Clip to DEVONthink

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

Co to jest Clip to DEVONthink?

Clip to DEVONthink to rozszerzenie Chrome opracowane przez https://www.devontechnologies.com, a jego główną funkcją jest „Clip selected web content to your DEVONthink database. Press Shift-Control-C to activate from the keyboard.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Clip to DEVONthink

Pobierz pliki rozszerzeń Clip to DEVONthink w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Clip to DEVONthink Clip to DEVONthink
ID pjoafdokmbmkpolhcnmnkgaicbajigcc
Oficjalny URL https://chromewebstore.google.com/detail/clip-to-devonthink/pjoafdokmbmkpolhcnmnkgaicbajigcc
Opis Clip selected web content to your DEVONthink database. Press Shift-Control-C to activate from the keyboard.
Rozmiar pliku 14.22 KB
Liczba instalacji 27,234
Aktualna Wersja 1.5.2
Ostatnia Aktualizacja 2021-05-07
Data Publikacji 2020-01-13
Ocena 3.35/5 Łącznie 37 Oceny
Deweloper https://www.devontechnologies.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.devontechnologies.com/redirect/download-extras
Adres URL Strony Pomocy https://www.devontechnologies.com/redirect/support
Adres URL Strony Polityki Prywatności https://www.devontechnologies.com/legal/privacy
Obsługiwane Języki 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"
}