Obsidian Web Clipper

A clipping extension to create notes in Obsidian.

Obsidian Web Clipperคืออะไร?

Obsidian Web Clipper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Marco Vavassori และคุณลักษณะหลักของมันคือ "A clipping extension to create notes in Obsidian."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Obsidian Web Clipper

ดาวน์โหลดไฟล์ส่วนขยาย Obsidian Web Clipper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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'"
    }
}