Twitter Capture Toolkit

Allows you to share text, images, content, links, page, etc. to your twitter account.

Twitter Capture Toolkit là gì?

Twitter Capture Toolkit là một tiện ích mở rộng Chrome được phát triển bởi markpro, và tính năng chính của nó là "Allows you to share text, images, content, links, page, etc. to your twitter account.".

Ả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 Twitter Capture Toolkit

Tải xuống các tệp mở rộng Twitter Capture Toolkit 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

                        Tweet Link / Image / Selection tool :
This tool adds a context menu to your chrome web browser to allow you to tweet images, links and selection just by right clicking on them from any website.

More features and tools will be included on user requests, so please use support tab for submitting more suggestions to add more functionalities into this tool.                    

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

Tên Twitter Capture Toolkit Twitter Capture Toolkit
ID bimjofdfljlohcechnfngpifcjofpmhi
URL Chính Thức https://chromewebstore.google.com/detail/twitter-capture-toolkit/bimjofdfljlohcechnfngpifcjofpmhi
Mô tả Allows you to share text, images, content, links, page, etc. to your twitter account.
Kích Thước Tệp 34.34 KB
Số Lần Cài Đặt 57
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2018-02-01
Ngày Phát Hành 2018-02-01
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển markpro
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitter Capture Toolkit",
    "description": "Allows you to share text, images, content, links, page, etc. to your twitter account.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "version": "1.0",
    "icons": {
        "64": "icon.png",
        "32": "icon.png",
        "16": "icon.png",
        "126": "icon.png"
    },
    "permissions": [
        "contextMenus"
    ]
}