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 } |