Bookmarks to JSON

Bookmarks to JSON

Was ist Bookmarks to JSON?

Bookmarks to JSON ist eine Chrome-Erweiterung, die von Blue Nest Digital Apps entwickelt wurde, und ihr Hauptmerkmal ist "Bookmarks to JSON".

Erweiterungsscreenshots

screenshot

Bookmarks to JSON-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bookmarks to JSON-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

                        Export your bookmarks, or a subset of your bookmarks, by choosing a parent folder. The JSON is output to the page for easy copy/pasting.

Use from the 'options' menu by right clicking the extension icon.

Credits:
App made by Bryan Mayor
Icon made by http://www.flaticon.com/authors/madebyoliver from www.flaticon.com                    

Grundlegende Informationen zur Erweiterung

Name Bookmarks to JSON Bookmarks to JSON
ID ladccghgadelmlkjfkdjhjlinhogaibi
Offizielle URL https://chromewebstore.google.com/detail/bookmarks-to-json/ladccghgadelmlkjfkdjhjlinhogaibi
Beschreibung Bookmarks to JSON
Dateigröße 8.39 KB
Installationsanzahl 502
Aktuelle Version 1.1
Letztes Update 2016-10-08
Veröffentlichungsdatum 2016-10-07
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Blue Nest Digital Apps
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bookmarks to JSON",
    "version": "1.1",
    "description": "Bookmarks to JSON",
    "icons": {
        "16": "icons\/agenda16.png",
        "32": "icons\/agenda32.png",
        "64": "icons\/agenda64.png",
        "128": "icons\/agenda128.png"
    },
    "background": {
        "scripts": []
    },
    "permissions": [
        "bookmarks"
    ],
    "options_page": "options.html",
    "manifest_version": 2
}