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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}