By: Teun
Inspect and view changes in Add URL To Tab (Keepass) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "Add URL To Window Title",
"version": "1.1.0",
"manifest_version": 2,
"description": "Adds the URL of the current page to the window title.",
"homepage_url": "https://github.com/",
"icons": {
"48": "icons/border-48.png"
},
"default_locale": "en",
"content_scripts": [
{
"matches": [
"*://*/*"
],
"js": [
"borderify.js"
]
}
],
"background": {
"scripts": [
"background.js"
]
},
"options_ui": {
"page": "options.html",
"chrome_style": true
},
"permissions": [
"activeTab",
"storage"
],
"browser_specific_settings": {
"gecko": {
"id": "{82efe359-99e2-4ed3-9464-a745c0d37240}"
}
}
} Best Add URL To Tab (Keepass) Alternatives
Here are some Firefox add-ons that are similar to Add URL To Tab (Keepass):
Add URL to Window Title (Advanced KeePass Usage)
Eric
URL (protocol, hostname, path) in title
Tormen
URL in title
M-Gregoire
Hostname in Window Title
Aaron Papp
Prepend Info To Title
SubwayPolarbear
KeePass Helper - URL in title
pbanasiak
Append Domain
Richard Adenling
TitleURL
cloutierjo
URL in Title
em_te
TitleTab - Speed Dial Dashboard
Wlad Weissberg
TitleURL_TH
Thomas Henlich
Domain in Title
Richard West