Get Bookmarks
Crx to backup bookmarks when you can't sync with Google Account.
Was ist Get Bookmarks?
Get Bookmarks ist eine Chrome-Erweiterung, die von Vasu Jain entwickelt wurde, und ihr Hauptmerkmal ist "Crx to backup bookmarks when you can't sync with Google Account.".
Get Bookmarks-Erweiterungs-CRX-Datei herunterladen
Laden Sie Get Bookmarks-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ffhnbbecccapfhkcfnhcnjacbgahfdng |
Offizielle URL | https://chrome.google.com/webstore/detail/get-bookmarks/ffhnbbecccapfhkcfnhcnjacbgahfdng |
Beschreibung | Crx to backup bookmarks when you can't sync with Google Account. |
Dateigröße | 38.83 KB |
Installationsanzahl | 32 |
Aktuelle Version | 0.5.9 |
Letztes Update | 2015-03-23 |
Veröffentlichungsdatum | 2015-03-23 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | Vasu Jain |
Zahlungsart | free |
Erweiterungswebsite | http://www.brk.im |
Hilfeseite URL | http://www.brk.im |
Unterstützte Sprachen | 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" } } |