Clip to DEVONthink

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

Wat is Clip to DEVONthink?

Clip to DEVONthink is een Chrome-extensie ontwikkeld door https://www.devontechnologies.com, en de belangrijkste functie is "Clip selected web content to your DEVONthink database. Press Shift-Control-C to activate from the keyboard.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Clip to DEVONthink

Download Clip to DEVONthink-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Clip to DEVONthink Clip to DEVONthink
ID pjoafdokmbmkpolhcnmnkgaicbajigcc
Officiële URL https://chromewebstore.google.com/detail/clip-to-devonthink/pjoafdokmbmkpolhcnmnkgaicbajigcc
Beschrijving Clip selected web content to your DEVONthink database. Press Shift-Control-C to activate from the keyboard.
Bestandsgrootte 14.22 KB
Aantal Installaties 27,234
Huidige Versie 1.5.2
Laatst Bijgewerkt 2021-05-07
Publicatiedatum 2020-01-13
Beoordeling 3.35/5 Totaal 37 Beoordelingen
Ontwikkelaar https://www.devontechnologies.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.devontechnologies.com/redirect/download-extras
Help Pagina-URL https://www.devontechnologies.com/redirect/support
URL van de Privacybeleid Pagina https://www.devontechnologies.com/legal/privacy
Ondersteunde Talen 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"
}