TwitPlus for Twitter

Send longer tweets directly from twitter.com via TwitPlus, keep typing your tweet and click the Tweet Longer button that appears.

Wat is TwitPlus for Twitter?

TwitPlus for Twitter is een Chrome-extensie ontwikkeld door http://twitpl.us, en de belangrijkste functie is "Send longer tweets directly from twitter.com via TwitPlus, keep typing your tweet and click the Tweet Longer button that appears.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie TwitPlus for Twitter

Download TwitPlus for Twitter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam TwitPlus for Twitter TwitPlus for Twitter
ID ckkojdhcfbkocmcheijbinidhbbebnnc
Officiële URL https://chrome.google.com/webstore/detail/twitplus-for-twitter/ckkojdhcfbkocmcheijbinidhbbebnnc
Beschrijving Send longer tweets directly from twitter.com via TwitPlus, keep typing your tweet and click the Tweet Longer button that appears.
Bestandsgrootte 45.77 KB
Aantal Installaties 17
Huidige Versie 0.1.0
Laatst Bijgewerkt 2016-03-25
Publicatiedatum 2016-03-25
Beoordeling 1.00/5 Totaal 2 Beoordelingen
Ontwikkelaar http://twitpl.us
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.twitplus.co
Help Pagina-URL https://www.twitplus.co/contact
Ondersteunde Talen 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\/"
    ]
}