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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } } |