obsidian-livesync-webclip

Webclipper for Obsidian LiveSync

obsidian-livesync-webclipคืออะไร?

obsidian-livesync-webclip เป็นส่วนขยายของ Chrome ที่พัฒนาโดย vrtmrz และคุณลักษณะหลักของมันคือ "Webclipper for Obsidian LiveSync"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย obsidian-livesync-webclip

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

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

                        Clip web pages to markdown, and send them to Obsidian via Obsidian-livesync.
You can keep online content as a local notebook, and reallege, collect, and add your comments as markdown.

Images are also captured. Therefore, you can view the content while you are off the line.

Self-hosted livesync and obsidian-live-sync-webcip are made in OpenSource. If you feel anything worries, check the repo. You can control all your data completely.

Note:
- Obsidian, and your own server or SaaS account are required. for more information, check the repo.
- Your Cloudant or CouchDB instance should allow the CORS request from the URI you have clipped.

https://github.com/vrtmrz/obsidian-livesync                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ obsidian-livesync-webclip obsidian-livesync-webclip
ID jfpaflmpckblieefkegjncjoceapakdf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/obsidian-livesync-webclip/jfpaflmpckblieefkegjncjoceapakdf
คำอธิบาย Webclipper for Obsidian LiveSync
ขนาดไฟล์ 78.67 KB
จำนวนการติดตั้ง 1,456
เวอร์ชันปัจจุบัน 0.6
อัปเดตครั้งล่าสุด 2023-12-11
วันที่เผยแพร่ 2021-10-25
คะแนน 4.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา vrtmrz
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/vrtmrz/obsidian-livesync
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "name": "obsidian-livesync-webclip",
    "description": "Webclipper for Obsidian LiveSync",
    "version": "0.6",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "pageCapture"
    ],
    "host_permissions": [
        ""
    ]
}