Quick Bookmark to Folders

Lets you create fast buttons for bookmarking into your favourite folders

Wat is Quick Bookmark to Folders?

Quick Bookmark to Folders is een Chrome-extensie ontwikkeld door krystof1000, en de belangrijkste functie is "Lets you create fast buttons for bookmarking into your favourite folders".

Extensie Screenshots

Download het CRX-bestand van de extensie Quick Bookmark to Folders

Download Quick Bookmark to Folders-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

                        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!                    

Basisinformatie over de Extensie

Naam Quick Bookmark to Folders Quick Bookmark to Folders
ID mifmiegljejaablipoiodebmmngiekon
Officiële URL https://chromewebstore.google.com/detail/quick-bookmark-to-folders/mifmiegljejaablipoiodebmmngiekon
Beschrijving Lets you create fast buttons for bookmarking into your favourite folders
Bestandsgrootte 152 KB
Aantal Installaties 96
Huidige Versie 1.2
Laatst Bijgewerkt 2015-01-26
Publicatiedatum 2015-01-25
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar krystof1000
Betalingswijze free
Ondersteunde Talen 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"
    ]
}