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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 |
URL страницы помощи | https://www.devontechnologies.com/redirect/support |
URL страницы политики конфиденциальности | 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" } |