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 |
官方URL | 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';" } |