Get Bookmarks

Crx to backup bookmarks when you can't sync with Google Account.

Wat is Get Bookmarks?

Get Bookmarks is een Chrome-extensie ontwikkeld door Vasu Jain, en de belangrijkste functie is "Crx to backup bookmarks when you can't sync with Google Account.".

Download het CRX-bestand van de extensie Get Bookmarks

Download Get Bookmarks-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

                        Have multiple Google accounts for Chrome ? Don't want to synch them together ? Worried about backup ?

Export your Bookmarks on a single click in JSON/HTML format.                    

Basisinformatie over de Extensie

Naam Get Bookmarks Get Bookmarks
ID ffhnbbecccapfhkcfnhcnjacbgahfdng
Officiële URL https://chrome.google.com/webstore/detail/get-bookmarks/ffhnbbecccapfhkcfnhcnjacbgahfdng
Beschrijving Crx to backup bookmarks when you can't sync with Google Account.
Bestandsgrootte 38.83 KB
Aantal Installaties 32
Huidige Versie 0.5.9
Laatst Bijgewerkt 2015-03-23
Publicatiedatum 2015-03-23
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Vasu Jain
Betalingswijze free
Extensiewebsite http://www.brk.im
Help Pagina-URL http://www.brk.im
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Get Bookmarks",
    "description": "Crx to backup bookmarks when you can't sync with Google Account.",
    "version": "0.5.9",
    "browser_action": {
        "default_icon": "resources\/bookmark_red_24.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "bookmarks"
    ],
    "icons": {
        "16": "resources\/bookmark_red_16.png",
        "24": "resources\/bookmark_red_24.png",
        "32": "resources\/bookmark_red_32.png",
        "48": "resources\/bookmark_red_48.png",
        "128": "resources\/bookmark_red_128.png",
        "256": "resources\/bookmark_red_256.png"
    }
}