obsidian-livesync-webclip

Webclipper for Obsidian LiveSync

Apa itu obsidian-livesync-webclip?

obsidian-livesync-webclip adalah ekstensi Chrome yang dikembangkan oleh vrtmrz, dan fitur utamanya adalah "Webclipper for Obsidian LiveSync".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi obsidian-livesync-webclip

Unduh file ekstensi obsidian-livesync-webclip dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama obsidian-livesync-webclip obsidian-livesync-webclip
ID jfpaflmpckblieefkegjncjoceapakdf
URL Resmi https://chromewebstore.google.com/detail/obsidian-livesync-webclip/jfpaflmpckblieefkegjncjoceapakdf
Deskripsi Webclipper for Obsidian LiveSync
Ukuran File 78.67 KB
Jumlah Instalasi 1,456
Versi Saat Ini 0.6
Terakhir Diperbarui 2023-12-11
Tanggal Publikasi 2021-10-25
Penilaian 4.20/5 Total 5 Penilaian
Pengembang vrtmrz
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/vrtmrz/obsidian-livesync
Bahasa yang Didukung 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": [
        ""
    ]
}