Bookmarks Exporter

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

什麼是Bookmarks Exporter?

Bookmarks Exporter是由oneryx開發的Chrome擴展程式,該擴展的主要功能是“Export bookmarks as flat JSON/CSV, folders as tags.”。

擴展截圖

screenshot
screenshot

下載Bookmarks Exporter擴展crx文件

下載Bookmarks Exporter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Bookmarks Exporter Bookmarks Exporter
ID kagpmnfgpdecdkbhongbgkgppnpimime
官方網址 https://chromewebstore.google.com/detail/bookmarks-exporter/kagpmnfgpdecdkbhongbgkgppnpimime
簡介 Export bookmarks as flat JSON/CSV, folders as tags.
檔案大小 13.71 KB
安裝次數 256
目前版本 0.0.1
更新時間 2022-08-22
上架時間 2022-08-22
開發者 oneryx
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/oneryx/BookmarksExporter
支援的語言 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"
    }
}