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 |
公式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 |
Eメール | [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": [] } |