extimg

Title - host

This extension changes the tab title to include the host. Make Chrome fully compatible with KeePass autotype.

5.00 (2)
Publisher: jpauls
Overview
Stats
Download
Reviews

Overview

What is Title - host?

This extension changes the tab title to include the host. Make Chrome fully compatible with KeePass autotype..

SCREENSHOT

Preview
screen shot
Preview
screen shot

SUMMARY

Don't worry about your privacy, full code is below. v1.1.2 Added manifest short_name. Improved description. v1.1.1 Continue checking for dirty title for entire time on webpage. This improves compatibility with sites like Gmail who change the title every time an email is clicked. v1.1.0 Refined code to fix hard to change site titles. Code runs asynchronously in background. Checks every second for fifteen seconds. function sleep(ms) { return new Promise(resolve => setTimeout(resolve, ms)); } async function titlehost() { while(true) { Log('checked'); if(IsTitleDirty()) ChangeTitle(); await sleep(1000); } } function IsTitleDirty() { return (!GetTitle().endsWith(GetHost())); } function ChangeTitle() { document.title = GetTitle() + ' - ' + GetHost(); Log('changed'); } function GetTitle() { return document.title; } function GetHost() { return location.host; } function Log(message) { return console.log('Title - host> ' + message); } titlehost();

See More

Stats

15 Days

Trends for Title - host:

Rank

#0
--

User count

#
--

Category Rank

#
--

Rating

#5.00
--

Download

The latest version of Title - host is available on the Chrome web and is currently being used by 52 active users. The initial version was launched on 2017-11-01.

Total Downloads:  0(Downloads from CRX Insider)

HOW TO INSTALL Title - host FROM A CRX FILE

  1. Download Title - host CRX file
  2. NOTE: Sometimes the browser may block downloading / installing CRX file from outside the Chrome Web Store. If so, you may need to download the ZIP file instead
  3. In the URL bar, go to chrome://extensions
  4. Enable Developer mode
Show more

Ratings

5.00

Average Rating

Total ratings

2

USER REVIEWS (0)

No reviews