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"
            ]
        }
    ]
}