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
公式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
Eメール [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": [
        ""
    ]
}