Freeze tab Title and Favicon
Freeze tab Title and Favicon
Was ist Freeze tab Title and Favicon?
Freeze tab Title and Favicon ist eine Chrome-Erweiterung, die von FGRibreau entwickelt wurde, und ihr Hauptmerkmal ist "Freeze tab Title and Favicon".
Erweiterungsscreenshots
Freeze tab Title and Favicon-Erweiterungs-CRX-Datei herunterladen
Laden Sie Freeze tab Title and Favicon-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Freeze tab Title and Favicon |
ID | dcohmlplfnhnblpmpnbglcnhlcbnhdag |
Offizielle URL | https://chromewebstore.google.com/detail/freeze-tab-title-and-favi/dcohmlplfnhnblpmpnbglcnhlcbnhdag |
Beschreibung | Freeze tab Title and Favicon |
Dateigröße | 14.64 KB |
Installationsanzahl | 14 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2020-10-26 |
Veröffentlichungsdatum | 2020-10-26 |
Bewertung | 3.67/5 Insgesamt 3 Bewertungen |
Entwickler | FGRibreau |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/FGRibreau/chrome-freeze-tab-title |
Hilfeseite URL | https://github.com/FGRibreau/chrome-freeze-tab-title/issues |
Unterstützte Sprachen | 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": [] } |