Bookmarks Exporter

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

What is Bookmarks Exporter?

Bookmarks Exporter is a Chrome extension developed by oneryx, and its main feature is "Export bookmarks as flat JSON/CSV, folders as tags.".

Extension Screenshots

screenshot
screenshot

Download Bookmarks Exporter Extension CRX File

Download Bookmarks Exporter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Bookmarks Exporter Bookmarks Exporter
ID kagpmnfgpdecdkbhongbgkgppnpimime
Official URL https://chromewebstore.google.com/detail/bookmarks-exporter/kagpmnfgpdecdkbhongbgkgppnpimime
Description Export bookmarks as flat JSON/CSV, folders as tags.
File Size 13.71 KB
Installation Count 256
Current Version 0.0.1
Last Updated 2022-08-22
Publish Date 2022-08-22
Developer oneryx
Email [email protected]
Payment Type free
Extension Website https://github.com/oneryx/BookmarksExporter
Supported Languages 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"
    }
}