Clip to DEVONthink

Clip selected web content to your DEVONthink database. Press Shift-Control-C to activate from the keyboard.

Cos'è Clip to DEVONthink?

Clip to DEVONthink è un'estensione di Chrome sviluppata da https://www.devontechnologies.com, e la sua funzione principale è "Clip selected web content to your DEVONthink database. Press Shift-Control-C to activate from the keyboard.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Clip to DEVONthink

Scarica i file di estensione Clip to DEVONthink in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Clip to DEVONthink Clip to DEVONthink
ID pjoafdokmbmkpolhcnmnkgaicbajigcc
URL Ufficiale https://chromewebstore.google.com/detail/clip-to-devonthink/pjoafdokmbmkpolhcnmnkgaicbajigcc
Descrizione Clip selected web content to your DEVONthink database. Press Shift-Control-C to activate from the keyboard.
Dimensione del File 14.22 KB
Conteggio Installazioni 27,234
Versione Corrente 1.5.2
Ultimo Aggiornamento 2021-05-07
Data di Pubblicazione 2020-01-13
Valutazione 3.35/5 Totale 37 Valutazioni
Sviluppatore https://www.devontechnologies.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.devontechnologies.com/redirect/download-extras
URL della Pagina di Aiuto https://www.devontechnologies.com/redirect/support
URL della Pagina della Politica sulla Privacy https://www.devontechnologies.com/legal/privacy
Lingue Supportate 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"
}