Obsidian Grab
A simple clipper for the obsidian
Obsidian Grab क्या है?
Obsidian Grab Utkarsh Bhimte द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple clipper for the obsidian"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Obsidian Grab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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';" } |