By: Tormen
Inspect and view changes in URL (protocol, hostname, path) in title source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "URL (protocol,hostname,path) in title",
"version": "1.1resigned1",
"description": "Adds the URL of the tab to the title:\n * optional delimiter string (defaulting to ' - ')\n * optional protocol string (e.g. 'http://' or 'https://')\n * the URL hostname (e.g. 'foo.org')\n * optionally the the URL path (e.g. '/foo.php')\n\nThis is for instance useful for keepass/keepassX/keepassXC users.",
"content_scripts": [
{
"matches": [
"*://*/*"
],
"js": [
"url.js"
],
"run_at": "document_end"
}
],
"options_ui": {
"page": "options.html"
},
"permissions": [
"tabs",
"*://*/*",
"storage"
],
"browser_specific_settings": {
"gecko": {
"id": "{d47d18bc-d6ba-4f96-a144-b3016175f3a7}"
}
}
} Best URL (protocol, hostname, path) in title Alternatives
Here are some Firefox add-ons that are similar to URL (protocol, hostname, path) in title:
Add URL To Tab (Keepass)
Teun
Hostname in Window Title
Aaron Papp
Add URL to Window Title (Advanced KeePass Usage)
Eric
TitleURL
cloutierjo
KeePass Helper - URL in title
pbanasiak
Prepend Info To Title
SubwayPolarbear
URL in title
M-Gregoire
TitleURL_TH
Thomas Henlich
Domain in Title
Richard West
Hostname in title
yalam96
Append Domain
Richard Adenling