Freeze tab Title and Favicon

Freeze tab Title and Favicon

Qu'est-ce que Freeze tab Title and Favicon ?

Freeze tab Title and Favicon est une extension Chrome développée par FGRibreau, et sa fonction principale est "Freeze tab Title and Favicon".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Freeze tab Title and Favicon

Téléchargez les fichiers d'extension Freeze tab Title and Favicon au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Freeze tab Title and Favicon Freeze tab Title and Favicon
ID dcohmlplfnhnblpmpnbglcnhlcbnhdag
URL Officiel https://chromewebstore.google.com/detail/freeze-tab-title-and-favi/dcohmlplfnhnblpmpnbglcnhlcbnhdag
Description Freeze tab Title and Favicon
Taille du Fichier 14.64 KB
Nombre d'Installations 14
Version Actuelle 1.0.0
Dernière Mise à Jour 2020-10-26
Date de Publication 2020-10-26
Évaluation 3.67/5 Total 3 Évaluations
Développeur FGRibreau
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/FGRibreau/chrome-freeze-tab-title
URL de la Page d'Aide https://github.com/FGRibreau/chrome-freeze-tab-title/issues
Langues Prises en Charge 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": []
}