Dynalist Companion Clipper

Clip and capture to your Dynalist.

Dynalist Companion Clipperคืออะไร?

Dynalist Companion Clipper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dynalist Inc. และคุณลักษณะหลักของมันคือ "Clip and capture to your Dynalist."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dynalist Companion Clipper

ดาวน์โหลดไฟล์ส่วนขยาย Dynalist Companion Clipper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Dynalist Companion Clipper clips the current page URL and selected text to your Dynalist inbox location.

Instructions:

(1) To use this extension, you need to have a Dynalist account. If you don't have one, sign up for one here: https://dynalist.io/signup

(2) Set an inbox location in Dynalist. Here's how: https://help.dynalist.io/article/119-set-an-inbox-location

(3) Log into Dynalist on the browser.

(4) Use the extension icon to capture the current page, or use the right click menu to clip current page or selected text.


Advanced usage:

(1) When the capture popup is open, you can hit Ctrl+Enter to capture;

(2) Customize the format of your captured text in options.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Dynalist Companion Clipper Dynalist Companion Clipper
ID ilcnkabiejjaijmenfmfobnkplflaglb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dynalist-companion-clippe/ilcnkabiejjaijmenfmfobnkplflaglb
คำอธิบาย Clip and capture to your Dynalist.
ขนาดไฟล์ 187 KB
จำนวนการติดตั้ง 7,201
เวอร์ชันปัจจุบัน 0.3
อัปเดตครั้งล่าสุด 2018-10-03
วันที่เผยแพร่ 2018-10-03
คะแนน 4.48/5 รวมทั้งหมด 23 คะแนน
ผู้พัฒนา Dynalist Inc.
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://dynalist.io/
URL หน้านโยบายความเป็นส่วนตัว https://dynalist.io/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dynalist Companion Clipper",
    "short_name": "DynaClipper",
    "description": "Clip and capture to your Dynalist.",
    "version": "0.3",
    "icons": {
        "48": "image\/icon48.png",
        "128": "image\/icon128.png"
    },
    "browser_action": {
        "default_icon": "image\/icon48.png",
        "default_title": "Clip this page to Dynalist",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage",
        "*:\/\/*.dynalist.io\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    }
}