Twitter Share

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

Twitter Share là gì?

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

Ả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 Twitter Share

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

                        Now no need to open every time your twitter account,log in and then tweet anything. You can directly share any selected text,image,link or any page directly to your twitter profile with this extension.                    

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

Tên Twitter Share Twitter Share
ID oocnenjpcdbjlnhcjfnbjkjlfcdlnlfn
URL Chính Thức https://chromewebstore.google.com/detail/twitter-share/oocnenjpcdbjlnhcjfnbjkjlfcdlnlfn
Mô tả Allows you to share text,images,content,links,pages,etc. to your twitter account
Kích Thước Tệp 12.12 KB
Số Lần Cài Đặt 204
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-02-14
Ngày Phát Hành 2016-02-14
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển owaiskazi19
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 Share",
    "description": "Allows you to share text,images,content,links,pages,etc. to your twitter account",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "version": "1.0",
    "icons": {
        "64": "icon.png",
        "32": "icon.png",
        "16": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "contextMenus"
    ]
}