Title - host Chrome Extension

Title - host chrome extension

Title - host for Chrome Download

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

This extension changes the tab title to include the host. make chrome fully compatible with KeePass autotype..
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();

How to install Title - host chrome extension in chrome Browser

You can Follow the below Step By Step procedure to install the Title - host Chrome Extension to your Chrome Web browser.

  • Step 1: Go to the Chrome webstore https://chrome.google.com/webstore or download the extension Title - host Chrome Extension Download from https://pluginsaddonsextensions.com
  • Step 2: Now search for the Title - host in Chrome Webstore Search and click on the search button.
  • Step 3: click on the Title - host Chrome Extension Link
  • Step 4: in the next page click on the Add to Chrome button to Download and Install the Title - host extension for your Chrome Web browser .

Title - host Chrome extension Download

Looking for a method to Title - host Download for Chrome then this download link is for you.

It is the Title - host Chrome extension download link you can download and install Chrome Browser.

Download Title - host chrome extension (CRX)

Tags: Resolve Ms , Function Log Message , Change Site Titles , Log Title Host Message , Every Time , Function Gettitle , Extension Changes , Dirty Title , Function Sleep , Function Gethost , Title Gettitle Gethost , Improves Compatibility , Async Function Titlehost , Entire Time , Keepass Autotype ,

Title - host Related Chrome Extensions