Add to TreeDBNotes

Add selection to TreeDBNotes

Add to TreeDBNotes là gì?

Add to TreeDBNotes là một tiện ích mở rộng Chrome được phát triển bởi https://www.mytreedb.com, và tính năng chính của nó là "Add selection to TreeDBNotes".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Add to TreeDBNotes

Tải xuống các tệp mở rộng Add to TreeDBNotes 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

                        This extension allows you to send the selection to the TreeDBNotes. Just select some text from web page and press "Add to TreeDBNotes" from Chrome Right-click menu. TreeDBNotes must be installed on your computer. More info about TreeDBNotes: www.mytreedb.com                    

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

Tên Add to TreeDBNotes Add to TreeDBNotes
ID pnakebccofiamiglfjhhonnejfomfhka
URL Chính Thức https://chromewebstore.google.com/detail/add-to-treedbnotes/pnakebccofiamiglfjhhonnejfomfhka
Mô tả Add selection to TreeDBNotes
Kích Thước Tệp 9.4 KB
Số Lần Cài Đặt 202
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2014-01-29
Ngày Phát Hành 2014-01-29
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://www.mytreedb.com
Loại Thanh Toán free
Trang Web Mở Rộng http://mytreedb.com/view_blog/a-34-treedbnotes_web_grabber_web_clipper_addons.html
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Add to TreeDBNotes",
    "description": "Add selection to TreeDBNotes",
    "homepage_url": "http:\/\/www.mytreedb.com",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                "",
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*.*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "http:\/\/localhost:1978\/*",
        "tabs",
        "contextMenus"
    ]
}