obsidian-livesync-webclip

Webclipper for Obsidian LiveSync

obsidian-livesync-webclip là gì?

obsidian-livesync-webclip là một tiện ích mở rộng Chrome được phát triển bởi vrtmrz, và tính năng chính của nó là "Webclipper for Obsidian LiveSync".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng obsidian-livesync-webclip

Tải xuống các tệp mở rộng obsidian-livesync-webclip dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên obsidian-livesync-webclip obsidian-livesync-webclip
ID jfpaflmpckblieefkegjncjoceapakdf
URL Chính Thức https://chromewebstore.google.com/detail/obsidian-livesync-webclip/jfpaflmpckblieefkegjncjoceapakdf
Mô tả Webclipper for Obsidian LiveSync
Kích Thước Tệp 78.67 KB
Số Lần Cài Đặt 1,456
Phiên Bản Hiện Tại 0.6
Cập Nhật Lần Cuối 2023-12-11
Ngày Phát Hành 2021-10-25
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển vrtmrz
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/vrtmrz/obsidian-livesync
Ngôn Ngữ Được Hỗ Trợ 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": [
        ""
    ]
}