obsidian-livesync-webclip
Webclipper for Obsidian LiveSync
什么是obsidian-livesync-webclip?
obsidian-livesync-webclip是由vrtmrz开发的Chrome扩展程序,该扩展的主要功能是“Webclipper for Obsidian LiveSync”。
扩展截图
下载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 扩展基本信息
| 名称 | |
| 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": [
" | |