Clip to DEVONthink

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

Clip to DEVONthink란 무엇입니까?

Clip to DEVONthink은(는) https://www.devontechnologies.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Clip selected web content to your DEVONthink database. Press Shift-Control-C to activate from the keyboard."입니다.

확장 프로그램 스크린샷

screenshot

Clip to DEVONthink 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Clip to DEVONthink Clip to DEVONthink
ID pjoafdokmbmkpolhcnmnkgaicbajigcc
공식 URL https://chromewebstore.google.com/detail/clip-to-devonthink/pjoafdokmbmkpolhcnmnkgaicbajigcc
설명 Clip selected web content to your DEVONthink database. Press Shift-Control-C to activate from the keyboard.
파일 크기 14.22 KB
설치 횟수 27,234
현재 버전 1.5.2
최근 업데이트 2021-05-07
출시 날짜 2020-01-13
평점 3.35/5 총 37 개의 평점
개발자 https://www.devontechnologies.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.devontechnologies.com/redirect/download-extras
도움말 페이지 URL https://www.devontechnologies.com/redirect/support
개인정보 보호 정책 페이지 URL https://www.devontechnologies.com/legal/privacy
지원되는 언어 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"
}