Clip To Dynalist

Bookmark websites in Dynalist

什麼是Clip To Dynalist?

Clip To Dynalist是由rawbytz開發的Chrome擴展程式,該擴展的主要功能是“Bookmark websites in Dynalist”。

擴展截圖

screenshot

下載Clip To Dynalist擴展crx文件

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

擴展使用說明

                        • Formats the active tab title and url as markdown & copies to the clipboard.
• Then automatically goes to the first Dynalist tab it finds in the active window.
• If no Dynalist tab is found, a new one is created. 
• You manually paste into a new Dynalist bullet. 
• Also  includes "Toggle Last Tab" capability via a 2nd keyboard shortcut.
• Set keyboard shortcuts at the bottom of chrome://extensions                    

擴展基本資訊

名稱 Clip To Dynalist Clip To Dynalist
ID ahiipffmcifaempjoeecollondfinbik
官方網址 https://chromewebstore.google.com/detail/clip-to-dynalist/ahiipffmcifaempjoeecollondfinbik
簡介 Bookmark websites in Dynalist
檔案大小 8.99 KB
安裝次數 999
目前版本 0.0.0.4
更新時間 2017-05-04
上架時間 2017-05-04
評分 4.88/5 共 16 次評分
開發者 rawbytz
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clip To Dynalist",
    "version": "0.0.0.4",
    "description": "Bookmark websites in Dynalist",
    "browser_action": {
        "default_icon": "C2DL_128.png",
        "default_title": "Clip To Dynalist"
    },
    "icons": {
        "128": "C2DL_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs"
    ],
    "commands": {
        "toggleLast": {
            "description": "Toggle Last Tab"
        }
    },
    "manifest_version": 2
}