Bookmark RecycleBin

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

Bookmark RecycleBinคืออะไร?

Bookmark RecycleBin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tzengshinfu และคุณลักษณะหลักของมันคือ "Right-click on one link and add it to your Bookmarks folder."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bookmark RecycleBin

ดาวน์โหลดไฟล์ส่วนขยาย 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
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
    }
}