Add Favicon to the Bookmark Bar
Add Favicon to the Bookmark Bar
什么是Add Favicon to the Bookmark Bar?
Add Favicon to the Bookmark Bar是由Vere Perrot开发的Chrome扩展程序,该扩展的主要功能是“Add Favicon to the Bookmark Bar”。
扩展截图
下载Add Favicon to the Bookmark Bar扩展crx文件
下载Add Favicon to the Bookmark Bar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Add Favicon to the Bookmark Bar
扩展基本信息
名称 | |
ID | ipbjookipmdkionffmgohjojpohpipno |
官方URL | https://chrome.google.com/webstore/detail/add-favicon-to-the-bookma/ipbjookipmdkionffmgohjojpohpipno |
简介 | Add Favicon to the Bookmark Bar |
文件大小 | 15.53 KB |
安装次数 | 116 |
当前版本 | 1.0 |
更新时间 | 2016-01-02 |
上架时间 | 2016-01-02 |
评分 | 5.00/5 共1次评分 |
开发者 | Vere Perrot |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Add Favicon to the Bookmark Bar", "version": "1.0", "manifest_version": 2, "description": "Add Favicon to the Bookmark Bar", "author": "Vere Perrot", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "bookmarks", "tabs" ] } |