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”。
擴展截圖
下載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 |
ID | dcohmlplfnhnblpmpnbglcnhlcbnhdag |
官方網址 | 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": [] } |