Twts - tweet as long as you like

Tweet as long as you like. Never be bounded by 140 characters limit.

Was ist Twts - tweet as long as you like?

Twts - tweet as long as you like ist eine Chrome-Erweiterung, die von http://twts.us entwickelt wurde, und ihr Hauptmerkmal ist "Tweet as long as you like. Never be bounded by 140 characters limit.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Twts - tweet as long as you like-Erweiterungs-CRX-Datei herunterladen

Laden Sie Twts - tweet as long as you like-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Tweet longer than 140 characters limit on Twitter.

*How does this work?*
When you tweet a message that is longer than 140 characters, it will automatically get truncated and a link to the original full-length tweet is appended at the end of the message. 

*How is this different from other similar services?*

I'm glad you ask. The great thing about this is that you don't have to go to another website to compose and post your tweets. You can do everything right on Twitter.com, as you'd normally do.

The more important advantage is that all shortened tweets are automatically expanded on Twitter, so you can read and browse other people's tweet like normal. 

In other words, once you install this, everything just automagically works right on Twitter.

Give it a try and let me know if you have any feedback or comments.

Thank you.                    

Grundlegende Informationen zur Erweiterung

Name Twts - tweet as long as you like Twts - tweet as long as you like
ID ppcljnbmajemebacnlfeceldahlbgmno
Offizielle URL https://chrome.google.com/webstore/detail/twts-tweet-as-long-as-you/ppcljnbmajemebacnlfeceldahlbgmno
Beschreibung Tweet as long as you like. Never be bounded by 140 characters limit.
Dateigröße 376 KB
Installationsanzahl 40
Aktuelle Version 0.0.5
Letztes Update 2015-07-22
Veröffentlichungsdatum 2015-07-22
Bewertung 4.50/5 Insgesamt 4 Bewertungen
Entwickler http://twts.us
Zahlungsart free
Erweiterungswebsite http://www.twts.us
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twts - tweet as long as you like",
    "version": "0.0.5",
    "manifest_version": 2,
    "description": "Tweet as long as you like. Never be bounded by 140 characters limit.",
    "default_locale": "en",
    "background": {
        "scripts": []
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.twitter.com\/*",
                "https:\/\/*.twitter.com\/*"
            ],
            "js": [
                "scripts\/jquery.2.1.1.min.js",
                "scripts\/contentscript.js"
            ],
            "css": [
                "styles\/override.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}