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とは何ですか?

Twts - tweet as long as you likeはhttp://twts.usによって開発されたChromeの拡張機能で、その主な機能は「Tweet as long as you like. Never be bounded by 140 characters limit.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Twts - tweet as long as you like拡張機能のCRXファイルをダウンロード

Twts - tweet as long as you like拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Twts - tweet as long as you like Twts - tweet as long as you like
ID ppcljnbmajemebacnlfeceldahlbgmno
公式URL https://chrome.google.com/webstore/detail/twts-tweet-as-long-as-you/ppcljnbmajemebacnlfeceldahlbgmno
説明 Tweet as long as you like. Never be bounded by 140 characters limit.
ファイルサイズ 376 KB
インストール数 40
現在のバージョン 0.0.5
最終更新日 2015-07-22
公開日 2015-07-22
評価 4.50/5 合計 4 レビュー
開発者 http://twts.us
支払い方法 free
拡張機能のウェブサイト http://www.twts.us
対応言語 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:\/\/*\/*"
    ]
}