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