Bookmark RecycleBin

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

Apa itu Bookmark RecycleBin?

Bookmark RecycleBin adalah ekstensi Chrome yang dikembangkan oleh tzengshinfu, dan fitur utamanya adalah "Right-click on one link and add it to your Bookmarks folder.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Bookmark RecycleBin

Unduh file ekstensi Bookmark RecycleBin dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Bookmark RecycleBin Bookmark RecycleBin
ID oiaokhalddljknajgbakpkikohhpfnle
URL Resmi https://chromewebstore.google.com/detail/bookmark-recyclebin/oiaokhalddljknajgbakpkikohhpfnle
Deskripsi Right-click on one link and add it to your Bookmarks folder.
Ukuran File 22.6 KB
Jumlah Instalasi 429
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2017-03-24
Tanggal Publikasi 2017-03-23
Penilaian 3.70/5 Total 10 Penilaian
Pengembang tzengshinfu
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
    }
}