Obsidian Clipper
Obsidian Web Clipper Chrome Extension to save articles and pages from the web in Obsidian
Qu'est-ce que Obsidian Clipper ?
Obsidian Clipper est une extension Chrome développée par faumeier02, et sa fonction principale est "Obsidian Web Clipper Chrome Extension to save articles and pages from the web in Obsidian".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Obsidian Clipper
Téléchargez les fichiers d'extension Obsidian Clipper 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
The extension utilizes Readability.js to extract the content of the article of a website, as well as important metadata such as the domain, title, timestamp, excerpt, and word count. This allows you to easily organize and access your saved articles within your Obsidian vault. The extension is simple and easy to use, with a one-click saving feature that adds the article to your vault. This is a great tool for researchers, students, and anyone who wants to save and organize articles for later reading and reference. Please navigate to the extension's settings to specify the Obsidian vault where you'd like your articles stored. Obsidian icon by Icons8
Informations de Base sur l'Extension
Nom | Obsidian Clipper |
ID | hkfbbbooclabgjedfpeihhjjlgeclgnf |
URL Officiel | https://chromewebstore.google.com/detail/obsidian-clipper/hkfbbbooclabgjedfpeihhjjlgeclgnf |
Description | Obsidian Web Clipper Chrome Extension to save articles and pages from the web in Obsidian |
Taille du Fichier | 31.28 KB |
Nombre d'Installations | 853 |
Version Actuelle | 0.2.0 |
Dernière Mise à Jour | 2023-06-19 |
Date de Publication | 2023-01-24 |
Évaluation | 3.71/5 Total 7 Évaluations |
Développeur | faumeier02 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/florian42/obsidian-clipper |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Obsidian Clipper", "version": "0.2.0", "description": "Obsidian Web Clipper Chrome Extension to save articles and pages from the web in Obsidian", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "activeTab", "scripting", "storage" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" } } } |