Dynalist Companion Clipper

Clip and capture to your Dynalist.

什麼是Dynalist Companion Clipper?

Dynalist Companion Clipper是由Dynalist Inc.開發的Chrome擴展程式,該擴展的主要功能是“Clip and capture to your Dynalist.”。

擴展截圖

screenshot
screenshot
screenshot

下載Dynalist Companion Clipper擴展crx文件

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