Dynalist Companion Clipper

Clip and capture to your Dynalist.

Dynalist Companion Clipper là gì?

Dynalist Companion Clipper là một tiện ích mở rộng Chrome được phát triển bởi Dynalist Inc., và tính năng chính của nó là "Clip and capture to your Dynalist.".

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

screenshot
screenshot
screenshot

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

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

                        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.                    

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

Tên Dynalist Companion Clipper Dynalist Companion Clipper
ID ilcnkabiejjaijmenfmfobnkplflaglb
URL Chính Thức https://chromewebstore.google.com/detail/dynalist-companion-clippe/ilcnkabiejjaijmenfmfobnkplflaglb
Mô tả Clip and capture to your Dynalist.
Kích Thước Tệp 187 KB
Số Lần Cài Đặt 7,201
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2018-10-03
Ngày Phát Hành 2018-10-03
Đánh Giá 4.48/5 Tổng số 23 Đánh Giá
Nhà Phát Triển Dynalist Inc.
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://dynalist.io/
URL Trang Chính Sách Bảo Mật https://dynalist.io/privacy
Ngôn Ngữ Được Hỗ Trợ 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
    }
}