Clip to DEVONthink
Clip selected web content to your DEVONthink database. Press Shift-Control-C to activate from the keyboard.
Hvad er Clip to DEVONthink?
Clip to DEVONthink er en Chrome-udvidelse udviklet af https://www.devontechnologies.com, og dens hovedfunktion er "Clip selected web content to your DEVONthink database. Press Shift-Control-C to activate from the keyboard.".
Udvidelsesskærmbilleder
Download Clip to DEVONthink-udvidelses-CRX-fil
Download Clip to DEVONthink-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Clip to DEVONthink |
ID | pjoafdokmbmkpolhcnmnkgaicbajigcc |
Officiel URL | https://chromewebstore.google.com/detail/clip-to-devonthink/pjoafdokmbmkpolhcnmnkgaicbajigcc |
Beskrivelse | Clip selected web content to your DEVONthink database. Press Shift-Control-C to activate from the keyboard. |
Filstørrelse | 14.22 KB |
Antal Installationer | 27,234 |
Nuværende Version | 1.5.2 |
Senest Opdateret | 2021-05-07 |
Udgivelsesdato | 2020-01-13 |
Bedømmelse | 3.35/5 Samlet 37 Bedømmelser |
Udvikler | https://www.devontechnologies.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.devontechnologies.com/redirect/download-extras |
Hjælpeside-URL | https://www.devontechnologies.com/redirect/support |
URL til Fortrolighedspolitik Side | https://www.devontechnologies.com/legal/privacy |
Understøttede Sprog | 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" } |