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
官方網址 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"
            ]
        }
    ]
}