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 с друзьями, чтобы легко установить расширения 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 |
Электронная почта | [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" } } |