obsidian-livesync-webclip

Webclipper for Obsidian LiveSync

obsidian-livesync-webclip란 무엇입니까?

obsidian-livesync-webclip은(는) vrtmrz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Webclipper for Obsidian LiveSync"입니다.

확장 프로그램 스크린샷

screenshot

obsidian-livesync-webclip 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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": [
        ""
    ]
}