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?

TwitPlus for Twitter是由http://twitpl.us开发的Chrome扩展程序,该扩展的主要功能是“Send longer tweets directly from twitter.com via TwitPlus, keep typing your tweet and click the Tweet Longer button that appears.”。

扩展截图

screenshot

下载TwitPlus for Twitter扩展crx文件

下载TwitPlus for Twitter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 TwitPlus for Twitter TwitPlus for Twitter
ID ckkojdhcfbkocmcheijbinidhbbebnnc
官方URL https://chrome.google.com/webstore/detail/twitplus-for-twitter/ckkojdhcfbkocmcheijbinidhbbebnnc
简介 Send longer tweets directly from twitter.com via TwitPlus, keep typing your tweet and click the Tweet Longer button that appears.
文件大小 45.77 KB
安装次数 17
当前版本 0.1.0
更新时间 2016-03-25
上架时间 2016-03-25
评分 1.00/5 共2次评分
开发者 http://twitpl.us
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.twitplus.co
帮助页面URL https://www.twitplus.co/contact
支持的语言 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\/"
    ]
}