Clip To Dynalist

Bookmark websites in Dynalist

Clip To Dynalist là gì?

Clip To Dynalist là một tiện ích mở rộng Chrome được phát triển bởi rawbytz, và tính năng chính của nó là "Bookmark websites in Dynalist".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Clip To Dynalist

Tải xuống các tệp mở rộng Clip To Dynalist dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        • 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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Clip To Dynalist Clip To Dynalist
ID ahiipffmcifaempjoeecollondfinbik
URL Chính Thức https://chromewebstore.google.com/detail/clip-to-dynalist/ahiipffmcifaempjoeecollondfinbik
Mô tả Bookmark websites in Dynalist
Kích Thước Tệp 8.99 KB
Số Lần Cài Đặt 999
Phiên Bản Hiện Tại 0.0.0.4
Cập Nhật Lần Cuối 2017-05-04
Ngày Phát Hành 2017-05-04
Đánh Giá 4.88/5 Tổng số 16 Đánh Giá
Nhà Phát Triển rawbytz
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}