Bookmarks Exporter

Export bookmarks as flat JSON/CSV, folders as tags.

Was ist Bookmarks Exporter?

Bookmarks Exporter ist eine Chrome-Erweiterung, die von oneryx entwickelt wurde, und ihr Hauptmerkmal ist "Export bookmarks as flat JSON/CSV, folders as tags.".

Erweiterungsscreenshots

screenshot
screenshot

Bookmarks Exporter-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bookmarks Exporter-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

                        Browser can export bookmarks as HTML file and there are extensions that can export bookmarks as JSON file, but their export files keep folder structure/hierarchy.

Sometimes, the flat file structure (without folder hierarchy) is easier to read and import into other program. For instance, flat JSON and CSV files can be easily imported into database or tools like Notion, Excel.

To keep folder structure info, this extension exports folder(s) as tags, it's easy to tell what folder(s) a particular bookmark item was in by looking at tags.                    

Grundlegende Informationen zur Erweiterung

Name Bookmarks Exporter Bookmarks Exporter
ID kagpmnfgpdecdkbhongbgkgppnpimime
Offizielle URL https://chromewebstore.google.com/detail/bookmarks-exporter/kagpmnfgpdecdkbhongbgkgppnpimime
Beschreibung Export bookmarks as flat JSON/CSV, folders as tags.
Dateigröße 13.71 KB
Installationsanzahl 256
Aktuelle Version 0.0.1
Letztes Update 2022-08-22
Veröffentlichungsdatum 2022-08-22
Entwickler oneryx
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/oneryx/BookmarksExporter
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bookmarks Exporter",
    "description": "Export bookmarks as flat JSON\/CSV, folders as tags.",
    "version": "0.0.1",
    "manifest_version": 3,
    "permissions": [
        "bookmarks",
        "downloads"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_title": "Bookmarks Exporter",
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    }
}