Obsidian Web Clipper

A clipping extension to create notes in Obsidian.

Obsidian Web Clipper क्या है?

Obsidian Web Clipper Marco Vavassori द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A clipping extension to create notes in Obsidian."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Obsidian Web Clipper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Obsidian Web Clipper is an unofficial web clipper for Obsidian, the powerful knowledge management and note-taking app.

With this extension, you can easily create notes within a popup and save them directly to your Obsidian vault.

Key Features:

-Save web pages and their links directly to your Obsidian vault
-Automatically use the page title as the note title
-Customize the folder path to organize your notes
-Add additional content and annotations to your clippings
-Simple and intuitive user interface

Start capturing and organizing your web research effortlessly with Obsidian Web Clipper. Enhance your knowledge management workflow and unlock the full potential of Obsidian.

Note: This extension is free, open-source, and not affiliated with Obsidian.                    

एक्सटेंशन की मूल जानकारी

नाम Obsidian Web Clipper Obsidian Web Clipper
ID akiokmdijehkppdjnfdhdgcoeehpbfgd
आधिकारिक URL https://chromewebstore.google.com/detail/obsidian-web-clipper/akiokmdijehkppdjnfdhdgcoeehpbfgd
विवरण A clipping extension to create notes in Obsidian.
फ़ाइल का आकार 123 KB
स्थापना संख्या 2,356
वर्तमान संस्करण 0.1.3
अंतिम अपडेट 2023-09-19
प्रकाशन तिथि 2023-05-27
रेटिंग 4.00/5 कुल 5 रेटिंग्स
डेवलपर Marco Vavassori
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/mvavassori/obsidian-web-clipper
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Obsidian Web Clipper",
    "version": "0.1.3",
    "description": "A clipping extension to create notes in Obsidian.",
    "action": {
        "default_icon": "logo48.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}