Freeze tab Title and Favicon

Freeze tab Title and Favicon

什么是Freeze tab Title and Favicon?

Freeze tab Title and Favicon是由FGRibreau开发的Chrome扩展程序,该扩展的主要功能是“Freeze tab Title and Favicon”。

扩展截图

screenshot

下载Freeze tab Title and Favicon扩展crx文件

下载Freeze tab Title and Favicon扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Freeze tab Title and Favicon Freeze tab Title and Favicon
ID dcohmlplfnhnblpmpnbglcnhlcbnhdag
官方URL https://chromewebstore.google.com/detail/freeze-tab-title-and-favi/dcohmlplfnhnblpmpnbglcnhlcbnhdag
简介 Freeze tab Title and Favicon
文件大小 14.64 KB
安装次数 14
当前版本 1.0.0
更新时间 2020-10-26
上架时间 2020-10-26
评分 3.67/5 共3次评分
开发者 FGRibreau
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/FGRibreau/chrome-freeze-tab-title
帮助页面URL https://github.com/FGRibreau/chrome-freeze-tab-title/issues
支持的语言 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": []
}