Clip to DEVONthink

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

Vad är Clip to DEVONthink?

Clip to DEVONthink är en Chrome-tillägg utvecklad av https://www.devontechnologies.com, och dess huvudfunktion är "Clip selected web content to your DEVONthink database. Press Shift-Control-C to activate from the keyboard.".

Tilläggsskärmbilder

screenshot

Ladda ner Clip to DEVONthink-förlängningens CRX-fil

Ladda ner Clip to DEVONthink-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Clip to DEVONthink Clip to DEVONthink
ID pjoafdokmbmkpolhcnmnkgaicbajigcc
Officiell webbadress https://chromewebstore.google.com/detail/clip-to-devonthink/pjoafdokmbmkpolhcnmnkgaicbajigcc
Beskrivning Clip selected web content to your DEVONthink database. Press Shift-Control-C to activate from the keyboard.
Filstorlek 14.22 KB
Antal Installationer 27,234
Aktuell Version 1.5.2
Senast Uppdaterad 2021-05-07
Publiceringsdatum 2020-01-13
Betyg 3.35/5 Totalt 37 Betyg
Utvecklare https://www.devontechnologies.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.devontechnologies.com/redirect/download-extras
Hjälpsida URL https://www.devontechnologies.com/redirect/support
URL till Sekretesspolicy Sidan https://www.devontechnologies.com/legal/privacy
Stödda Språk 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"
}