Twts - tweet as long as you like

Tweet as long as you like. Never be bounded by 140 characters limit.

Twts - tweet as long as you like là gì?

Twts - tweet as long as you like là một tiện ích mở rộng Chrome được phát triển bởi http://twts.us, và tính năng chính của nó là "Tweet as long as you like. Never be bounded by 140 characters limit.".

Ả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 Twts - tweet as long as you like

Tải xuống các tệp mở rộng Twts - tweet as long as you like 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 longer than 140 characters limit on Twitter.

*How does this work?*
When you tweet a message that is longer than 140 characters, it will automatically get truncated and a link to the original full-length tweet is appended at the end of the message. 

*How is this different from other similar services?*

I'm glad you ask. The great thing about this is that you don't have to go to another website to compose and post your tweets. You can do everything right on Twitter.com, as you'd normally do.

The more important advantage is that all shortened tweets are automatically expanded on Twitter, so you can read and browse other people's tweet like normal. 

In other words, once you install this, everything just automagically works right on Twitter.

Give it a try and let me know if you have any feedback or comments.

Thank you.                    

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

Tên Twts - tweet as long as you like Twts - tweet as long as you like
ID ppcljnbmajemebacnlfeceldahlbgmno
URL Chính Thức https://chrome.google.com/webstore/detail/twts-tweet-as-long-as-you/ppcljnbmajemebacnlfeceldahlbgmno
Mô tả Tweet as long as you like. Never be bounded by 140 characters limit.
Kích Thước Tệp 376 KB
Số Lần Cài Đặt 40
Phiên Bản Hiện Tại 0.0.5
Cập Nhật Lần Cuối 2015-07-22
Ngày Phát Hành 2015-07-22
Đánh Giá 4.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển http://twts.us
Loại Thanh Toán free
Trang Web Mở Rộng http://www.twts.us
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twts - tweet as long as you like",
    "version": "0.0.5",
    "manifest_version": 2,
    "description": "Tweet as long as you like. Never be bounded by 140 characters limit.",
    "default_locale": "en",
    "background": {
        "scripts": []
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.twitter.com\/*",
                "https:\/\/*.twitter.com\/*"
            ],
            "js": [
                "scripts\/jquery.2.1.1.min.js",
                "scripts\/contentscript.js"
            ],
            "css": [
                "styles\/override.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}