Freeze tab Title and Favicon
Freeze tab Title and Favicon
Wat is Freeze tab Title and Favicon?
Freeze tab Title and Favicon is een Chrome-extensie ontwikkeld door FGRibreau, en de belangrijkste functie is "Freeze tab Title and Favicon".
Extensie Screenshots
Download het CRX-bestand van de extensie Freeze tab Title and Favicon
Download Freeze tab Title and Favicon-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Freeze tab Title and Favicon |
ID | dcohmlplfnhnblpmpnbglcnhlcbnhdag |
Officiële URL | https://chromewebstore.google.com/detail/freeze-tab-title-and-favi/dcohmlplfnhnblpmpnbglcnhlcbnhdag |
Beschrijving | Freeze tab Title and Favicon |
Bestandsgrootte | 14.64 KB |
Aantal Installaties | 14 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2020-10-26 |
Publicatiedatum | 2020-10-26 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | FGRibreau |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/FGRibreau/chrome-freeze-tab-title |
Help Pagina-URL | https://github.com/FGRibreau/chrome-freeze-tab-title/issues |
Ondersteunde Talen | 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": [] } |