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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Bookmarks Exporter
قم بتنزيل ملفات الامتداد Bookmarks Exporter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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" } } |