Obsidian Grab
A simple clipper for the obsidian
什麼是Obsidian Grab?
Obsidian Grab是由Utkarsh Bhimte開發的Chrome擴展程式,該擴展的主要功能是“A simple clipper for the obsidian”。
擴展截圖
下載Obsidian Grab擴展crx文件
下載Obsidian Grab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Link your Github repo and send notes to it directly from this extension. An easy way to maintain and version your quick notes and thoughts that you come up with while surfing the internet.
擴展基本資訊
名稱 | Obsidian Grab |
ID | cnjmphhnhmpjfoglafagcpinjedjdgcl |
官方網址 | https://chromewebstore.google.com/detail/obsidian-grab/cnjmphhnhmpjfoglafagcpinjedjdgcl |
簡介 | A simple clipper for the obsidian |
檔案大小 | 781 KB |
安裝次數 | 100 |
目前版本 | 1.0.3 |
更新時間 | 2021-02-16 |
上架時間 | 2021-02-15 |
評分 | 2.00/5 共 1 次評分 |
開發者 | Utkarsh Bhimte |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Obsidian Grab", "description": "A simple clipper for the obsidian", "version": "1.0.3", "icons": { "128": "icon.png" }, "browser_action": { "default_icon": { "32": "icon.png" }, "default_popup": "index.html", "default_title": "Open Popup" }, "permissions": [ "storage" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+O", "mac": "MacCtrl+Shift+O" }, "description": "Toggle Popup" } }, "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self';" } |