Obsidian Web Clipper
A clipping extension to create notes in Obsidian.
什么是Obsidian Web Clipper?
Obsidian Web Clipper是由Marco Vavassori开发的Chrome扩展程序,该扩展的主要功能是“A clipping extension to create notes in Obsidian.”。
扩展截图
下载Obsidian Web Clipper扩展crx文件
下载Obsidian Web Clipper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Obsidian Web Clipper is an unofficial web clipper for Obsidian, the powerful knowledge management and note-taking app.
With this extension, you can easily create notes within a popup and save them directly to your Obsidian vault.
Key Features:
-Save web pages and their links directly to your Obsidian vault
-Automatically use the page title as the note title
-Customize the folder path to organize your notes
-Add additional content and annotations to your clippings
-Simple and intuitive user interface
Start capturing and organizing your web research effortlessly with Obsidian Web Clipper. Enhance your knowledge management workflow and unlock the full potential of Obsidian.
Note: This extension is free, open-source, and not affiliated with Obsidian. 扩展基本信息
| 名称 | |
| ID | akiokmdijehkppdjnfdhdgcoeehpbfgd |
| 官方URL | https://chromewebstore.google.com/detail/obsidian-web-clipper/akiokmdijehkppdjnfdhdgcoeehpbfgd |
| 简介 | A clipping extension to create notes in Obsidian. |
| 文件大小 | 123 KB |
| 安装次数 | 2,356 |
| 当前版本 | 0.1.3 |
| 更新时间 | 2023-09-19 |
| 上架时间 | 2023-05-27 |
| 评分 | 4.00/5 共5次评分 |
| 开发者 | Marco Vavassori |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/mvavassori/obsidian-web-clipper |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Obsidian Web Clipper",
"version": "0.1.3",
"description": "A clipping extension to create notes in Obsidian.",
"action": {
"default_icon": "logo48.png",
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js"
},
"options_page": "options.html",
"permissions": [
"activeTab",
"storage"
],
"icons": {
"48": "logo48.png",
"128": "logo128.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
} | |