Looong Tweet

Looong Tweet allows you to tweet longer tweets from Twitter

什么是Looong Tweet?

Looong Tweet是由https://faniepush1.azurewebsites.net开发的Chrome扩展程序,该扩展的主要功能是“Looong Tweet allows you to tweet longer tweets from Twitter”。

扩展截图

screenshot

下载Looong Tweet扩展crx文件

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

扩展使用说明

                        Finally you are not limited to just 140 characters in Twitter anymore, now you can use the Looong Tweet Chrome extension that enables you to tweet more. This extension hooks on the Twitter website and when you type anything longer than the limit, the "Tweet" button will change to "Shorten". Clicking this magic shortening button will shorten your tweet to fit in the 140 character limit including a link pointing to your original looong tweet.                    

扩展基本信息

名称 Looong Tweet Looong Tweet
ID ehcbmjofnaamkkcmnicflbfgdfmogidm
官方URL https://chromewebstore.google.com/detail/looong-tweet/ehcbmjofnaamkkcmnicflbfgdfmogidm
简介 Looong Tweet allows you to tweet longer tweets from Twitter
文件大小 46.15 KB
安装次数 16
当前版本 1
更新时间 2015-09-16
上架时间 2015-09-16
评分 1.00/5 共1次评分
开发者 https://faniepush1.azurewebsites.net
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Looong Tweet",
    "description": "Looong Tweet allows you to tweet longer tweets from Twitter",
    "version": "1",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "https:\/\/short-tweet.azure-mobile.net\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "script.js",
                "MobileServices.Web-1.2.5.min.js"
            ]
        }
    ]
}