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 |
Eメール | [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';" } |