Obsidian Grab
A simple clipper for the obsidian
ما هو Obsidian Grab؟
Obsidian Grab هو إضافة Chrome تم تطويرها بواسطة Utkarsh Bhimte، والميزة الرئيسية لها هي "A simple clipper for the obsidian".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Obsidian Grab
قم بتنزيل ملفات الامتداد Obsidian Grab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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';" } |