Quick Bookmark to Folders

Lets you create fast buttons for bookmarking into your favourite folders

Cos'è Quick Bookmark to Folders?

Quick Bookmark to Folders è un'estensione di Chrome sviluppata da krystof1000, e la sua funzione principale è "Lets you create fast buttons for bookmarking into your favourite folders".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Quick Bookmark to Folders

Scarica i file di estensione Quick Bookmark to Folders in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Anyone else bothered with bookmarking to folders in Chrome?
I was using this extension: https://chrome.google.com/webstore/detail/cgfpmbdcelimppngkinoingifggiiifl but I had to make a possibility to create more buttons for bookmarking.
So give credit to Robin, the creator of that extension as well!                    

Informazioni di Base sull'Estensione

Nome Quick Bookmark to Folders Quick Bookmark to Folders
ID mifmiegljejaablipoiodebmmngiekon
URL Ufficiale https://chromewebstore.google.com/detail/quick-bookmark-to-folders/mifmiegljejaablipoiodebmmngiekon
Descrizione Lets you create fast buttons for bookmarking into your favourite folders
Dimensione del File 152 KB
Conteggio Installazioni 96
Versione Corrente 1.2
Ultimo Aggiornamento 2015-01-26
Data di Pubblicazione 2015-01-25
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore krystof1000
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "manifest_version": 2,
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quick Bookmark to Folders",
    "version": "1.2",
    "description": "Lets you create fast buttons for bookmarking into your favourite folders",
    "browser_action": {
        "default_icon": "images\/browser_icon_19.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/icon_128.png",
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png"
    },
    "permissions": [
        "bookmarks",
        "tabs"
    ]
}