Clip to DEVONthink
Clip selected web content to your DEVONthink database. Press Shift-Control-C to activate from the keyboard.
ما هو Clip to DEVONthink؟
Clip to DEVONthink هو إضافة Chrome تم تطويرها بواسطة https://www.devontechnologies.com، والميزة الرئيسية لها هي "Clip selected web content to your DEVONthink database. Press Shift-Control-C to activate from the keyboard.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Clip to DEVONthink
قم بتنزيل ملفات الامتداد Clip to DEVONthink بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Use this extension to quickly clip selected web content to your DEVONthink database directly from Chrome. You need to have DEVONthink from DEVONtechnologies installed to make use of this extension.
معلومات أساسية عن التمديد
الاسم | Clip to DEVONthink |
ID | pjoafdokmbmkpolhcnmnkgaicbajigcc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/clip-to-devonthink/pjoafdokmbmkpolhcnmnkgaicbajigcc |
الوصف | Clip selected web content to your DEVONthink database. Press Shift-Control-C to activate from the keyboard. |
حجم الملف | 14.22 KB |
عدد التثبيتات | 27,234 |
النسخة الحالية | 1.5.2 |
آخر تحديث | 2021-05-07 |
تاريخ النشر | 2020-01-13 |
تقييم | 3.35/5 مجموع تقييمات 37 |
المطور | https://www.devontechnologies.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.devontechnologies.com/redirect/download-extras |
عنوان صفحة المساعدة | https://www.devontechnologies.com/redirect/support |
عنوان صفحة سياسة الخصوصية | https://www.devontechnologies.com/legal/privacy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'", "name": "Clip to DEVONthink", "version": "1.5.2", "description": "Clip selected web content to your DEVONthink database. Press Shift-Control-C to activate from the keyboard.", "background": { "scripts": [ "main.js" ] }, "icons": { "16": "button\/add16.png", "32": "button\/add32.png", "64": "button\/add64.png" }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": { "16": "button\/add16.png", "32": "button\/add32.png", "64": "button\/add64.png" }, "default_title": "Clip to DEVONthink" }, "commands": { "activate": { "suggested_key": { "default": "Ctrl+Shift+C", "mac": "MacCtrl+Shift+C" }, "description": "Open Clip to DEVONthink" } }, "homepage_url": "http:\/\/devontechnologies.com\/redirect.php?id=download-extras" } |