Bookmarks Exporter
Export bookmarks as flat JSON/CSV, folders as tags.
Qu'est-ce que Bookmarks Exporter ?
Bookmarks Exporter est une extension Chrome développée par oneryx, et sa fonction principale est "Export bookmarks as flat JSON/CSV, folders as tags.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bookmarks Exporter
Téléchargez les fichiers d'extension Bookmarks Exporter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Bookmarks Exporter |
ID | kagpmnfgpdecdkbhongbgkgppnpimime |
URL Officiel | https://chromewebstore.google.com/detail/bookmarks-exporter/kagpmnfgpdecdkbhongbgkgppnpimime |
Description | Export bookmarks as flat JSON/CSV, folders as tags. |
Taille du Fichier | 13.71 KB |
Nombre d'Installations | 256 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2022-08-22 |
Date de Publication | 2022-08-22 |
Développeur | oneryx |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/oneryx/BookmarksExporter |
Langues Prises en Charge | 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" } } |