Obsidian Clipper

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

Obsidian Clipper क्या है?

Obsidian Clipper faumeier02 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Obsidian Web Clipper Chrome Extension to save articles and pages from the web in Obsidian"।

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

screenshot
screenshot

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

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

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

                        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                    

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

नाम Obsidian Clipper Obsidian Clipper
ID hkfbbbooclabgjedfpeihhjjlgeclgnf
आधिकारिक URL https://chromewebstore.google.com/detail/obsidian-clipper/hkfbbbooclabgjedfpeihhjjlgeclgnf
विवरण Obsidian Web Clipper Chrome Extension to save articles and pages from the web in Obsidian
फ़ाइल का आकार 31.28 KB
स्थापना संख्या 853
वर्तमान संस्करण 0.2.0
अंतिम अपडेट 2023-06-19
प्रकाशन तिथि 2023-01-24
रेटिंग 3.71/5 कुल 7 रेटिंग्स
डेवलपर faumeier02
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/florian42/obsidian-clipper
समर्थित भाषाएँ 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"
        }
    }
}