Looong Tweet

Looong Tweet allows you to tweet longer tweets from Twitter

Co je Looong Tweet?

Looong Tweet je rozšíření Chrome vyvinuté https://faniepush1.azurewebsites.net, a jeho hlavní funkcí je „Looong Tweet allows you to tweet longer tweets from Twitter“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Looong Tweet

Stáhněte si soubory rozšíření Looong Tweet ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Looong Tweet Looong Tweet
ID ehcbmjofnaamkkcmnicflbfgdfmogidm
Oficiální URL https://chromewebstore.google.com/detail/looong-tweet/ehcbmjofnaamkkcmnicflbfgdfmogidm
Popis Looong Tweet allows you to tweet longer tweets from Twitter
Velikost souboru 46.15 KB
Počet instalací 16
Aktuální Verze 1
Poslední Aktualizace 2015-09-16
Datum Vydání 2015-09-16
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář https://faniepush1.azurewebsites.net
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}