Clip to DEVONthink
Clip selected web content to your DEVONthink database. Press Shift-Control-C to activate from the keyboard.
What is Clip to DEVONthink?
Clip to DEVONthink is a Chrome extension developed by https://www.devontechnologies.com, and its main feature is "Clip selected web content to your DEVONthink database. Press Shift-Control-C to activate from the keyboard.".
Extension Screenshots
Download Clip to DEVONthink Extension CRX File
Download Clip to DEVONthink extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Clip to DEVONthink |
ID | pjoafdokmbmkpolhcnmnkgaicbajigcc |
Official URL | https://chromewebstore.google.com/detail/clip-to-devonthink/pjoafdokmbmkpolhcnmnkgaicbajigcc |
Description | Clip selected web content to your DEVONthink database. Press Shift-Control-C to activate from the keyboard. |
File Size | 14.22 KB |
Installation Count | 27,234 |
Current Version | 1.5.2 |
Last Updated | 2021-05-07 |
Publish Date | 2020-01-13 |
Rating | 3.35/5 Total 37 Ratings |
Developer | https://www.devontechnologies.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.devontechnologies.com/redirect/download-extras |
Help Page URL | https://www.devontechnologies.com/redirect/support |
Privacy Policy Page URL | https://www.devontechnologies.com/legal/privacy |
Supported Languages | 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" } |