Bookmarks Exporter

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

Bookmarks Exporterคืออะไร?

Bookmarks Exporter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย oneryx และคุณลักษณะหลักของมันคือ "Export bookmarks as flat JSON/CSV, folders as tags."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bookmarks Exporter

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    }
}