TwitPlus for Twitter

Send longer tweets directly from twitter.com via TwitPlus, keep typing your tweet and click the Tweet Longer button that appears.

TwitPlus for Twitter là gì?

TwitPlus for Twitter là một tiện ích mở rộng Chrome được phát triển bởi http://twitpl.us, và tính năng chính của nó là "Send longer tweets directly from twitter.com via TwitPlus, keep typing your tweet and click the Tweet Longer button that appears.".

Ả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 TwitPlus for Twitter

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

                        Send longer tweets directly from twitter.com via TwitPlus, keep typing your tweet, then click the "Longer Tweet" button that appears and we'll send your shortened tweet with a link to view the rest on https://twitpl.us.

TwitPlus is a service designed for the social networking site Twitter to allow an unlimited sized tweet. 140 characters most of the time is long enough for a good tweet, but when you want to tweet longer about your night out, the girl next door, the book you have just finished reading or to just rant on through the night you need more room to write longer tweets.                    

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

Tên TwitPlus for Twitter TwitPlus for Twitter
ID ckkojdhcfbkocmcheijbinidhbbebnnc
URL Chính Thức https://chrome.google.com/webstore/detail/twitplus-for-twitter/ckkojdhcfbkocmcheijbinidhbbebnnc
Mô tả Send longer tweets directly from twitter.com via TwitPlus, keep typing your tweet and click the Tweet Longer button that appears.
Kích Thước Tệp 45.77 KB
Số Lần Cài Đặt 17
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2016-03-25
Ngày Phát Hành 2016-03-25
Đánh Giá 1.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển http://twitpl.us
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.twitplus.co
URL Trang Trợ Giúp https://www.twitplus.co/contact
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TwitPlus for Twitter",
    "short_name": "TwitPlus",
    "description": "Send longer tweets directly from twitter.com via TwitPlus, keep typing your tweet and click the Tweet Longer button that appears.",
    "version": "0.1.0",
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "16": "icon_16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "twitplus.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/twitter.com\/"
    ]
}