Bookmark RecycleBin

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

Bookmark RecycleBin là gì?

Bookmark RecycleBin là một tiện ích mở rộng Chrome được phát triển bởi tzengshinfu, và tính năng chính của nó là "Right-click on one link and add it to your Bookmarks folder.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bookmark RecycleBin

Tải xuống các tệp mở rộng Bookmark RecycleBin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bookmark RecycleBin Bookmark RecycleBin
ID oiaokhalddljknajgbakpkikohhpfnle
URL Chính Thức https://chromewebstore.google.com/detail/bookmark-recyclebin/oiaokhalddljknajgbakpkikohhpfnle
Mô tả Right-click on one link and add it to your Bookmarks folder.
Kích Thước Tệp 22.6 KB
Số Lần Cài Đặt 429
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2017-03-24
Ngày Phát Hành 2017-03-23
Đánh Giá 3.70/5 Tổng số 10 Đánh Giá
Nhà Phát Triển tzengshinfu
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
    }
}