Freeze tab Title and Favicon
Freeze tab Title and Favicon
Vad är Freeze tab Title and Favicon?
Freeze tab Title and Favicon är en Chrome-tillägg utvecklad av FGRibreau, och dess huvudfunktion är "Freeze tab Title and Favicon".
Tilläggsskärmbilder
Ladda ner Freeze tab Title and Favicon-förlängningens CRX-fil
Ladda ner Freeze tab Title and Favicon-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Freeze the browser tab titles and favicons. Reduce distraction and improve productivity.
No more tab title notifications like Inbox (3), Slack | ! Username | 1 new item.
🌟 Reduce procrastination
🌟 Increase productivity
Every tab title always have the domain name (e.g. mail.google.com, slack.com).
Every tab favicon always have the default favicon (/favicon.ico) if available. Grundläggande Information om Tillägg
| Namn | |
| ID | dcohmlplfnhnblpmpnbglcnhlcbnhdag |
| Officiell webbadress | https://chromewebstore.google.com/detail/freeze-tab-title-and-favi/dcohmlplfnhnblpmpnbglcnhlcbnhdag |
| Beskrivning | Freeze tab Title and Favicon |
| Filstorlek | 14.64 KB |
| Antal Installationer | 14 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2020-10-26 |
| Publiceringsdatum | 2020-10-26 |
| Betyg | 3.67/5 Totalt 3 Betyg |
| Utvecklare | FGRibreau |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/FGRibreau/chrome-freeze-tab-title |
| Hjälpsida URL | https://github.com/FGRibreau/chrome-freeze-tab-title/issues |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Freeze tab Title and Favicon",
"version": "1.0.0",
"description": "Freeze tab Title and Favicon",
"icons": {
"128": "logo_128px.png"
},
"author": "Francois-Guillaume Ribreau",
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"tabs",
"contextMenus",
"http:\/\/*\/",
"https:\/\/*\/"
],
"commands": []
} | |