Easy Bookmark Manager Extension
This extension makes it very easy to add new bookmarks.
什么是Easy Bookmark Manager Extension?
Easy Bookmark Manager Extension是由Rudi Olckers开发的Chrome扩展程序,该扩展的主要功能是“This extension makes it very easy to add new bookmarks.”。
扩展截图
下载Easy Bookmark Manager Extension扩展crx文件
下载Easy Bookmark Manager Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension compliments the self-hosted Easy Bookmark Manager project (https://github.com/devimust/easy-bookmark-manager) to make adding new bookmark items as painless as possible.
扩展基本信息
名称 | Easy Bookmark Manager Extension |
ID | hhonlfdhoejpaofmmppaogebkfnbgefi |
官方URL | https://chromewebstore.google.com/detail/easy-bookmark-manager-ext/hhonlfdhoejpaofmmppaogebkfnbgefi |
简介 | This extension makes it very easy to add new bookmarks. |
文件大小 | 14.5 KB |
安装次数 | 220 |
当前版本 | 1.0 |
更新时间 | 2016-01-25 |
上架时间 | 2016-01-24 |
开发者 | Rudi Olckers |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Easy Bookmark Manager Extension", "version": "1.0", "description": "This extension makes it very easy to add new bookmarks.", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "browser_action": { "default_icon": "icons\/icon19.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "options_page": "html\/options.html", "permissions": [ "activeTab", "storage" ] } |