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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.devontechnologies.com และคุณลักษณะหลักของมันคือ "Clip selected web content to your DEVONthink database. Press Shift-Control-C to activate from the keyboard."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clip to DEVONthink

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}