obsidian-livesync-webclip

Webclipper for Obsidian LiveSync

Wat is obsidian-livesync-webclip?

obsidian-livesync-webclip is een Chrome-extensie ontwikkeld door vrtmrz, en de belangrijkste functie is "Webclipper for Obsidian LiveSync".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie obsidian-livesync-webclip

Download obsidian-livesync-webclip-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam obsidian-livesync-webclip obsidian-livesync-webclip
ID jfpaflmpckblieefkegjncjoceapakdf
Officiële URL https://chromewebstore.google.com/detail/obsidian-livesync-webclip/jfpaflmpckblieefkegjncjoceapakdf
Beschrijving Webclipper for Obsidian LiveSync
Bestandsgrootte 78.67 KB
Aantal Installaties 1,456
Huidige Versie 0.6
Laatst Bijgewerkt 2023-12-11
Publicatiedatum 2021-10-25
Beoordeling 4.20/5 Totaal 5 Beoordelingen
Ontwikkelaar vrtmrz
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/vrtmrz/obsidian-livesync
Ondersteunde Talen 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": [
        ""
    ]
}