Freeze tab Title and Favicon

Freeze tab Title and Favicon

What is Freeze tab Title and Favicon?

Freeze tab Title and Favicon is a Chrome extension developed by FGRibreau, and its main feature is "Freeze tab Title and Favicon".

Extension Screenshots

screenshot

Download Freeze tab Title and Favicon Extension CRX File

Download Freeze tab Title and Favicon extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Freeze tab Title and Favicon Freeze tab Title and Favicon
ID dcohmlplfnhnblpmpnbglcnhlcbnhdag
Official URL https://chromewebstore.google.com/detail/freeze-tab-title-and-favi/dcohmlplfnhnblpmpnbglcnhlcbnhdag
Description Freeze tab Title and Favicon
File Size 14.64 KB
Installation Count 14
Current Version 1.0.0
Last Updated 2020-10-26
Publish Date 2020-10-26
Rating 3.67/5 Total 3 Ratings
Developer FGRibreau
Email [email protected]
Payment Type free
Extension Website https://github.com/FGRibreau/chrome-freeze-tab-title
Help Page URL https://github.com/FGRibreau/chrome-freeze-tab-title/issues
Supported Languages 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": []
}