Bookmark RecycleBin
Right-click on one link and add it to your Bookmarks folder.
什么是Bookmark RecycleBin?
Bookmark RecycleBin是由tzengshinfu开发的Chrome扩展程序,该扩展的主要功能是“Right-click on one link and add it to your Bookmarks folder.”。
扩展截图
下载Bookmark RecycleBin扩展crx文件
下载Bookmark RecycleBin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Accidentally deleted your bookmarks? Don't worry! Bookmark RecycleBin can help you restore them. You just need to set the recycle bin folder. *When you delete bookmarks, them will be moved to recycle bin. *When you delete bookmarks in recycle bin, them will be gone really. *When you delete recycle bin, it will be empty. Bug fix: v1.0.1: fix duplicate recycle bin problem for Google Chrome Sync. v1.0.2: fix v1.0.1 bug.
扩展基本信息
名称 | Bookmark RecycleBin |
ID | oiaokhalddljknajgbakpkikohhpfnle |
官方URL | https://chromewebstore.google.com/detail/bookmark-recyclebin/oiaokhalddljknajgbakpkikohhpfnle |
简介 | Right-click on one link and add it to your Bookmarks folder. |
文件大小 | 22.6 KB |
安装次数 | 429 |
当前版本 | 1.0.2 |
更新时间 | 2017-03-24 |
上架时间 | 2017-03-23 |
评分 | 3.70/5 共10次评分 |
开发者 | tzengshinfu |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.0.2", "default_locale": "en", "options_page": "options.html", "minimum_chrome_version": "26", "manifest_version": 2, "permissions": [ "bookmarks" ], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false } } |