Flavoured Favicon
Change color tastes of favicons by their domains
什么是Flavoured Favicon?
Flavoured Favicon是由motemen开发的Chrome扩展程序,该扩展的主要功能是“Change color tastes of favicons by their domains”。
扩展截图
下载Flavoured Favicon扩展crx文件
下载Flavoured Favicon扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| ID | dlegfippiljfbacmikdigaimfngdibgh |
| 官方URL | https://chromewebstore.google.com/detail/flavoured-favicon/dlegfippiljfbacmikdigaimfngdibgh |
| 简介 | Change color tastes of favicons by their domains |
| 文件大小 | 47.63 KB |
| 安装次数 | 86 |
| 当前版本 | 0.0.3 |
| 更新时间 | 2014-12-24 |
| 上架时间 | 2014-12-23 |
| 评分 | 3.00/5 共2次评分 |
| 开发者 | motemen |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Flavoured Favicon",
"version": "0.0.3",
"manifest_version": 2,
"description": "Change color tastes of favicons by their domains",
"default_locale": "en",
"background": {
"scripts": [
"js\/bg\/background.js"
],
"persistent": true
},
"options_page": "options\/options.html",
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"tabs"
],
"icons": {
"128": "icons\/icon.png"
}
} | |