Por: Andrew Heiss
Inspect and view changes in Localhost Tab Label source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Localhost Tab Label",
"description": "Adds a configurable prefix to the page title for tabs that have localhost pages loaded.",
"version": "0.9.0",
"author": "Andrew Heiss",
"homepage_url": "https://github.com/andrewheiss/localhost-tab-label",
"icons": {
"48": "icons/icon.svg",
"96": "icons/icon.svg"
},
"permissions": [
"storage"
],
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"content_scripts": [
{
"matches": [
"*://localhost/*",
"*://127.0.0.1/*",
"*://0.0.0.0/*",
"*://*.local/*"
],
"js": [
"content.js"
],
"run_at": "document_start",
"all_frames": false
}
],
"browser_specific_settings": {
"gecko": {
"id": "localhost-tab-label@andrewheiss.com",
"strict_min_version": "109.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} Melhores alternativas Localhost Tab Label
Aqui estão algumas Firefox add-ons que são similares a Localhost Tab Label:
Put Site Domain in Tab Title
jazali
Domain in tab
Alex
Hostname in title
yalam96
Hostname in Window Title
Aaron Papp
Prefix Tab
Luca
Development Icon Tab
fegoa89
Pears Custom New Tab
ReffOne79
Tab Title Overrider
HuyenTran
Profile Prefix in Window Title
Gilles Quenot
Tab ReTitle
Lazyuki