Obsidian Clipper

Obsidian Web Clipper Chrome Extension to save articles and pages from the web in Obsidian

Was ist Obsidian Clipper?

Obsidian Clipper ist eine Chrome-Erweiterung, die von faumeier02 entwickelt wurde, und ihr Hauptmerkmal ist "Obsidian Web Clipper Chrome Extension to save articles and pages from the web in Obsidian".

Erweiterungsscreenshots

screenshot
screenshot

Obsidian Clipper-Erweiterungs-CRX-Datei herunterladen

Laden Sie Obsidian Clipper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Obsidian Clipper Obsidian Clipper
ID hkfbbbooclabgjedfpeihhjjlgeclgnf
Offizielle URL https://chromewebstore.google.com/detail/obsidian-clipper/hkfbbbooclabgjedfpeihhjjlgeclgnf
Beschreibung Obsidian Web Clipper Chrome Extension to save articles and pages from the web in Obsidian
Dateigröße 31.28 KB
Installationsanzahl 853
Aktuelle Version 0.2.0
Letztes Update 2023-06-19
Veröffentlichungsdatum 2023-01-24
Bewertung 3.71/5 Insgesamt 7 Bewertungen
Entwickler faumeier02
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/florian42/obsidian-clipper
Unterstützte Sprachen 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"
        }
    }
}