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
公式URL 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
Eメール [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
}