Clip To Dynalist Note

Bookmark websites in Dynalist

Clip To Dynalist Note là gì?

Clip To Dynalist Note 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 Note

Tải xuống các tệp mở rộng Clip To Dynalist Note 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

                        NOTE: This is the non-Markdown version. The full url is displayed in the note. 

• Formats the active tab title and url & 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 Note Clip To Dynalist Note
ID hbigoahmpdlnolcndfiadhiimkppbibg
URL Chính Thức https://chromewebstore.google.com/detail/clip-to-dynalist-note/hbigoahmpdlnolcndfiadhiimkppbibg
Mô tả Bookmark websites in Dynalist
Kích Thước Tệp 8.26 KB
Số Lần Cài Đặt 206
Phiên Bản Hiện Tại 0.0.0.4
Cập Nhật Lần Cuối 2017-06-01
Ngày Phát Hành 2017-06-01
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển rawbytz
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clip To Dynalist Note",
    "version": "0.0.0.4",
    "description": "Bookmark websites in Dynalist",
    "browser_action": {
        "default_icon": "C2DLn_128.png",
        "default_title": "Clip To Dynalist Note"
    },
    "icons": {
        "128": "C2DLn_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs"
    ],
    "commands": {
        "toggleLast": {
            "description": "Toggle Last Tab"
        }
    },
    "manifest_version": 2
}