Bookmark RecycleBin

Right-click on one link and add it to your Bookmarks folder.

What is Bookmark RecycleBin?

Bookmark RecycleBin is a Chrome extension developed by tzengshinfu, and its main feature is "Right-click on one link and add it to your Bookmarks folder.".

Extension Screenshots

screenshot

Download Bookmark RecycleBin Extension CRX File

Download Bookmark RecycleBin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Bookmark RecycleBin Bookmark RecycleBin
ID oiaokhalddljknajgbakpkikohhpfnle
Official URL https://chromewebstore.google.com/detail/bookmark-recyclebin/oiaokhalddljknajgbakpkikohhpfnle
Description Right-click on one link and add it to your Bookmarks folder.
File Size 22.6 KB
Installation Count 429
Current Version 1.0.2
Last Updated 2017-03-24
Publish Date 2017-03-23
Rating 3.70/5 Total 10 Ratings
Developer tzengshinfu
Email [email protected]
Payment Type free
Supported Languages 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
    }
}