Freeze tab Title and Favicon

Freeze tab Title and Favicon

Cos'è Freeze tab Title and Favicon?

Freeze tab Title and Favicon è un'estensione di Chrome sviluppata da FGRibreau, e la sua funzione principale è "Freeze tab Title and Favicon".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Freeze tab Title and Favicon

Scarica i file di estensione Freeze tab Title and Favicon in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Freeze tab Title and Favicon Freeze tab Title and Favicon
ID dcohmlplfnhnblpmpnbglcnhlcbnhdag
URL Ufficiale https://chromewebstore.google.com/detail/freeze-tab-title-and-favi/dcohmlplfnhnblpmpnbglcnhlcbnhdag
Descrizione Freeze tab Title and Favicon
Dimensione del File 14.64 KB
Conteggio Installazioni 14
Versione Corrente 1.0.0
Ultimo Aggiornamento 2020-10-26
Data di Pubblicazione 2020-10-26
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore FGRibreau
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/FGRibreau/chrome-freeze-tab-title
URL della Pagina di Aiuto https://github.com/FGRibreau/chrome-freeze-tab-title/issues
Lingue Supportate 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": []
}