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.”。

擴展截圖

screenshot

下載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 Bookmark RecycleBin
ID oiaokhalddljknajgbakpkikohhpfnle
官方網址 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
    }
}