Inbox Favicon Changer
Changes Google Inbox Favicons to represent the current page
Inbox Favicon Changerとは何ですか?
Inbox Favicon ChangerはATGによって開発されたChromeの拡張機能で、その主な機能は「Changes Google Inbox Favicons to represent the current page」です。
拡張機能のスクリーンショット
Inbox Favicon Changer拡張機能のCRXファイルをダウンロード
Inbox Favicon Changer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension automatically changes the favicon on Google's Inbox to represent the current page. Now you can tell your 'Snoozed' and 'Search' tabs from your 'Inbox' tab, without having to go to all the effort of clicking a mouse. Perfect for busy business people who only have time to glance at things, before grunting. Once again, we do the little things for you. The stuff that lazy Google just can't be bothered with.
拡張機能の基本情報
名前 | Inbox Favicon Changer |
ID | pbpcjjeafjbagpajabalnifnhleeojoo |
公式URL | https://chromewebstore.google.com/detail/inbox-favicon-changer/pbpcjjeafjbagpajabalnifnhleeojoo |
説明 | Changes Google Inbox Favicons to represent the current page |
ファイルサイズ | 32.49 KB |
インストール数 | 30 |
現在のバージョン | 5.1.9 |
最終更新日 | 2015-09-01 |
公開日 | 2015-08-31 |
開発者 | ATG |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Inbox Favicon Changer", "description": "Changes Google Inbox Favicons to represent the current page", "version": "5.1.9", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/inbox.google.com\/*" ], "js": [ "damnit-again-2.js" ], "run_at": "document_end", "all_frames": true } ], "manifest_version": 2 } |