Obsidian Grab
A simple clipper for the obsidian
Co to jest Obsidian Grab?
Obsidian Grab to rozszerzenie Chrome opracowane przez Utkarsh Bhimte, a jego główną funkcją jest „A simple clipper for the obsidian”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Obsidian Grab
Pobierz pliki rozszerzeń Obsidian Grab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Obsidian Grab |
ID | cnjmphhnhmpjfoglafagcpinjedjdgcl |
Oficjalny URL | https://chromewebstore.google.com/detail/obsidian-grab/cnjmphhnhmpjfoglafagcpinjedjdgcl |
Opis | A simple clipper for the obsidian |
Rozmiar pliku | 781 KB |
Liczba instalacji | 100 |
Aktualna Wersja | 1.0.3 |
Ostatnia Aktualizacja | 2021-02-16 |
Data Publikacji | 2021-02-15 |
Ocena | 2.00/5 Łącznie 1 Oceny |
Deweloper | Utkarsh Bhimte |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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';" } |