Obsidian clipper

Easy to clip web content and paste into your obsidian vault

Τι είναι το Obsidian clipper;

Το Obsidian clipper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Ruoyu, και η κύρια λειτουργία του είναι "Easy to clip web content and paste into your obsidian vault".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Obsidian clipper

Λήψη αρχείων επέκτασης Obsidian clipper σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Obsidian Clipper is a browser extension used for parsing and clipping web content as a markdown format, and then export to your obsidian vault of provided folder.

## Feature

✂️ Easy clipping: With just clicking button, you can quickly clip the web content to your Obsidian vault.

📝 Markdown editor panel: Obsidian Clipper provides a markdown editor panel that allows you to edit and format your clipped content before saving it to your vault. With the editor panel, you can edit headings, lists, images, and other formatting to your notes or delete unuseful content. The panel also has a preview mode that lets you see how your content will look once saved by clicking outside of the editing panel.

🎨 Customizable options: Obsidian Clipper allows you to customize your clipping options to suit your needs. You can choose the target Obsidian vault, folder, and content format, making it easy to organize your notes and keep them in the right place.

🛡️ Sanitized content: For your security, Obsidian Clipper sanitizes all content you clip to prevent XSS attacks before it is saved to your local vault.

🌐 Works with many websites: Obsidian Clipper works with many websites, so you can clip content from news articles, blog posts, research papers, and more.

🚀 Fast and lightweight: Obsidian Clipper is designed to be fast and lightweight, so it won't slow down your browsing experience. The extension only runs when you use, so you can clip content and continue browsing without any interruptions.

##  Getting Started:

🚀 To start using Obsidian Clipper, simply install the extension in your browser and follow the setup instructions. Once installed, you can setup your preferences and copy or edit the current tab content when opening the extension popup (If nothing shows up, please try to refresh the page)

🙏 We hope you find Obsidian Clipper useful in your note-taking and research tasks. If you have any feedback or suggestions, please don't hesitate to leave the comments or send email to me.


You can find the source code here  ⛩

https://github.com/Ruoyu-Klaus/obsidian-clipper                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Obsidian clipper Obsidian clipper
ID kglbgdfofhdginkekaacmajnhpoplnpj
Επίσημο URL https://chromewebstore.google.com/detail/obsidian-clipper/kglbgdfofhdginkekaacmajnhpoplnpj
Περιγραφή Easy to clip web content and paste into your obsidian vault
Μέγεθος Αρχείου 1.15 MB
Αριθμός Εγκαταστάσεων 707
Τρέχουσα Έκδοση 1.3.6
Τελευταία Ενημέρωση 2023-08-29
Ημερομηνία Δημοσίευσης 2023-03-19
Αξιολόγηση 3.20/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής Ruoyu
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/Ruoyu-Klaus/obsidian-clipper
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        },
        "default_popup": "popup.html"
    },
    "version": "1.3.6",
    "author": "Ruoyu",
    "name": "Obsidian clipper",
    "description": "Easy to clip web content and paste into your obsidian vault",
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "pageParser.97c61063.js"
            ],
            "css": []
        }
    ]
}