obsidian-livesync-webclip

Webclipper for Obsidian LiveSync

什麼是obsidian-livesync-webclip?

obsidian-livesync-webclip是由vrtmrz開發的Chrome擴展程式,該擴展的主要功能是“Webclipper for Obsidian LiveSync”。

擴展截圖

screenshot

下載obsidian-livesync-webclip擴展crx文件

下載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
官方網址 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": [
        ""
    ]
}