obsidian-livesync-webclip

Webclipper for Obsidian LiveSync

What is obsidian-livesync-webclip?

obsidian-livesync-webclip is a Chrome extension developed by vrtmrz, and its main feature is "Webclipper for Obsidian LiveSync".

Extension Screenshots

screenshot

Download obsidian-livesync-webclip Extension CRX File

Download obsidian-livesync-webclip extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name obsidian-livesync-webclip obsidian-livesync-webclip
ID jfpaflmpckblieefkegjncjoceapakdf
Official URL https://chromewebstore.google.com/detail/obsidian-livesync-webclip/jfpaflmpckblieefkegjncjoceapakdf
Description Webclipper for Obsidian LiveSync
File Size 78.67 KB
Installation Count 1,456
Current Version 0.6
Last Updated 2023-12-11
Publish Date 2021-10-25
Rating 4.20/5 Total 5 Ratings
Developer vrtmrz
Email [email protected]
Payment Type free
Extension Website https://github.com/vrtmrz/obsidian-livesync
Supported Languages 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": [
        ""
    ]
}