Clip to DEVONthink
Clip selected web content to your DEVONthink database. Press Shift-Control-C to activate from the keyboard.
Was ist Clip to DEVONthink?
Clip to DEVONthink ist eine Chrome-Erweiterung, die von https://www.devontechnologies.com entwickelt wurde, und ihr Hauptmerkmal ist "Clip selected web content to your DEVONthink database. Press Shift-Control-C to activate from the keyboard.".
Erweiterungsscreenshots
Clip to DEVONthink-Erweiterungs-CRX-Datei herunterladen
Laden Sie Clip to DEVONthink-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Clip to DEVONthink |
ID | pjoafdokmbmkpolhcnmnkgaicbajigcc |
Offizielle URL | https://chromewebstore.google.com/detail/clip-to-devonthink/pjoafdokmbmkpolhcnmnkgaicbajigcc |
Beschreibung | Clip selected web content to your DEVONthink database. Press Shift-Control-C to activate from the keyboard. |
Dateigröße | 14.22 KB |
Installationsanzahl | 27,234 |
Aktuelle Version | 1.5.2 |
Letztes Update | 2021-05-07 |
Veröffentlichungsdatum | 2020-01-13 |
Bewertung | 3.35/5 Insgesamt 37 Bewertungen |
Entwickler | https://www.devontechnologies.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.devontechnologies.com/redirect/download-extras |
Hilfeseite URL | https://www.devontechnologies.com/redirect/support |
URL der Datenschutzrichtlinien-Seite | https://www.devontechnologies.com/legal/privacy |
Unterstützte Sprachen | 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" } |