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 |
官方網址 | 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 } |