Bookmark RecycleBin

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

Wat is Bookmark RecycleBin?

Bookmark RecycleBin is een Chrome-extensie ontwikkeld door tzengshinfu, en de belangrijkste functie is "Right-click on one link and add it to your Bookmarks folder.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Bookmark RecycleBin

Download Bookmark RecycleBin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Bookmark RecycleBin Bookmark RecycleBin
ID oiaokhalddljknajgbakpkikohhpfnle
Officiële URL https://chromewebstore.google.com/detail/bookmark-recyclebin/oiaokhalddljknajgbakpkikohhpfnle
Beschrijving Right-click on one link and add it to your Bookmarks folder.
Bestandsgrootte 22.6 KB
Aantal Installaties 429
Huidige Versie 1.0.2
Laatst Bijgewerkt 2017-03-24
Publicatiedatum 2017-03-23
Beoordeling 3.70/5 Totaal 10 Beoordelingen
Ontwikkelaar tzengshinfu
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
    }
}