Tweet A Link

This extension allows you to share a link on twitter via one-click.

Tweet A Link là gì?

Tweet A Link là một tiện ích mở rộng Chrome được phát triển bởi JoeSaad.net of Amplios Labs, và tính năng chính của nó là "This extension allows you to share a link on twitter via one-click.".

Ả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 Tweet A Link

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

                        You find a link, you like it and want to tweet it to all your friends. No more you need to copy paste and go to twitter site to tweet it. This extension allows you to tweet the links/URLs you link on a click right away. 
You go to a site and you like it, you do not have to search for the twitter button inside it to tweet that site, this extension helps you all from one place to tweet all your pages right away.                    

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

Tên Tweet A Link Tweet A Link
ID hbkmajenkjppmnonpnpnlblkpkbohnmi
URL Chính Thức https://chromewebstore.google.com/detail/tweet-a-link/hbkmajenkjppmnonpnpnlblkpkbohnmi
Mô tả This extension allows you to share a link on twitter via one-click.
Kích Thước Tệp 33.77 KB
Số Lần Cài Đặt 275
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2014-02-20
Ngày Phát Hành 2014-02-20
Đánh Giá 4.95/5 Tổng số 20 Đánh Giá
Nhà Phát Triển JoeSaad.net of Amplios Labs
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tweet A Link",
    "description": "This extension allows you to share a link on twitter via one-click.",
    "version": "1.0.2",
    "browser_action": {
        "default_title": "Tweet A Link",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "short_name": "TweetALink",
    "author": "Joe Saad of Amplios LLC",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "https:\/\/twitter.com\/share",
        "tabs"
    ]
}