By: Aaron Papp
Inspect and view changes in Hostname in Window Title source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Hostname in Window Title",
"version": "2.3resigned1",
"description": "Adds the hostname of windows' active tab to the windows' title, e.g. for KeePass(X/XC).",
"developer": {
"name": "Aaron Papp",
"url": "https://github.com/Aaron-P/HostnameTitleBar"
},
"icons": {
"24": "icon.svg",
"32": "icon.svg",
"48": "icon.svg",
"64": "icon.svg",
"96": "icon.svg"
},
"applications": {
"gecko": {
"strict_min_version": "57.0",
"id": "{eb5a5a3a-b3e7-447c-8e5b-b4b20ae03876}"
}
},
"permissions": [
"*://*/*",
"storage",
"tabs"
],
"options_ui": {
"browser_style": true,
"page": "options.html"
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"*://*/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
]
} Best Hostname in Window Title Alternatives
Here are some Firefox add-ons that are similar to Hostname in Window Title:
URL (protocol, hostname, path) in title
Tormen
TitleURL
cloutierjo
Hostname in title
yalam96
Add URL To Tab (Keepass)
Teun
Add URL to Window Title (Advanced KeePass Usage)
Eric
Domain in Title
Richard West
KeePass Helper - URL in title
pbanasiak
TitleURL_TH
Thomas Henlich
Prepend Info To Title
SubwayPolarbear
Append Domain
Richard Adenling
URL in title
M-Gregoire
Profile Prefix in Window Title
Gilles Quenot