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文件

下載Clip to DEVONthink擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}