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 |
| 官方網址 | 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'"
}
} | |