Bookmarks Exporter
Export bookmarks as flat JSON/CSV, folders as tags.
Bookmarks Exporter là gì?
Bookmarks Exporter là một tiện ích mở rộng Chrome được phát triển bởi oneryx, và tính năng chính của nó là "Export bookmarks as flat JSON/CSV, folders as tags.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Bookmarks Exporter
Tải xuống các tệp mở rộng Bookmarks Exporter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Bookmarks Exporter |
ID | kagpmnfgpdecdkbhongbgkgppnpimime |
URL Chính Thức | https://chromewebstore.google.com/detail/bookmarks-exporter/kagpmnfgpdecdkbhongbgkgppnpimime |
Mô tả | Export bookmarks as flat JSON/CSV, folders as tags. |
Kích Thước Tệp | 13.71 KB |
Số Lần Cài Đặt | 256 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2022-08-22 |
Ngày Phát Hành | 2022-08-22 |
Nhà Phát Triển | oneryx |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/oneryx/BookmarksExporter |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |