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:\/\/*\/*"
    ]
}