Clip to DEVONthink
Clip selected web content to your DEVONthink database. Press Shift-Control-C to activate from the keyboard.
Qu'est-ce que Clip to DEVONthink ?
Clip to DEVONthink est une extension Chrome développée par https://www.devontechnologies.com, et sa fonction principale est "Clip selected web content to your DEVONthink database. Press Shift-Control-C to activate from the keyboard.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Clip to DEVONthink
Téléchargez les fichiers d'extension Clip to DEVONthink au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Clip to DEVONthink |
ID | pjoafdokmbmkpolhcnmnkgaicbajigcc |
URL Officiel | 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. |
Taille du Fichier | 14.22 KB |
Nombre d'Installations | 27,234 |
Version Actuelle | 1.5.2 |
Dernière Mise à Jour | 2021-05-07 |
Date de Publication | 2020-01-13 |
Évaluation | 3.35/5 Total 37 Évaluations |
Développeur | https://www.devontechnologies.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.devontechnologies.com/redirect/download-extras |
URL de la Page d'Aide | https://www.devontechnologies.com/redirect/support |
URL de la Page de Politique de Confidentialité | https://www.devontechnologies.com/legal/privacy |
Langues Prises en Charge | 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" } |