Replace Bookmark Bar
This extension replaces the bookmarks on the bookmark bar with a folder full of bookmarks
什么是Replace Bookmark Bar?
Replace Bookmark Bar是由Sam开发的Chrome扩展程序,该扩展的主要功能是“This extension replaces the bookmarks on the bookmark bar with a folder full of bookmarks”。
下载Replace Bookmark Bar扩展crx文件
下载Replace Bookmark Bar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | ggncfhpgnoijjkkmbbnbohnbpfnmejeh |
官方URL | https://chrome.google.com/webstore/detail/replace-bookmark-bar/ggncfhpgnoijjkkmbbnbohnbpfnmejeh |
简介 | This extension replaces the bookmarks on the bookmark bar with a folder full of bookmarks |
文件大小 | 47.11 KB |
安装次数 | 43 |
当前版本 | 1.5 |
更新时间 | 2016-04-30 |
上架时间 | 2016-04-30 |
评分 | 2.00/5 共4次评分 |
开发者 | Sam |
付费类型 | free |
扩展官网 | https://samtinkers.wordpress.com/2015/12/05/chrome-bookmarks-profiler/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Replace Bookmark Bar", "description": "This extension replaces the bookmarks on the bookmark bar with a folder full of bookmarks", "version": "1.5", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "bookmarks" ] } |