Obsidian Grab
A simple clipper for the obsidian
Vad är Obsidian Grab?
Obsidian Grab är en Chrome-tillägg utvecklad av Utkarsh Bhimte, och dess huvudfunktion är "A simple clipper for the obsidian".
Tilläggsskärmbilder
Ladda ner Obsidian Grab-förlängningens CRX-fil
Ladda ner Obsidian Grab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Obsidian Grab |
ID | cnjmphhnhmpjfoglafagcpinjedjdgcl |
Officiell webbadress | https://chromewebstore.google.com/detail/obsidian-grab/cnjmphhnhmpjfoglafagcpinjedjdgcl |
Beskrivning | A simple clipper for the obsidian |
Filstorlek | 781 KB |
Antal Installationer | 100 |
Aktuell Version | 1.0.3 |
Senast Uppdaterad | 2021-02-16 |
Publiceringsdatum | 2021-02-15 |
Betyg | 2.00/5 Totalt 1 Betyg |
Utvecklare | Utkarsh Bhimte |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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';" } |