Twts - tweet as long as you like

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

Τι είναι το Twts - tweet as long as you like;

Το Twts - tweet as long as you like είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://twts.us, και η κύρια λειτουργία του είναι "Tweet as long as you like. Never be bounded by 140 characters limit.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Twts - tweet as long as you like

Λήψη αρχείων επέκτασης Twts - tweet as long as you like σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Twts - tweet as long as you like Twts - tweet as long as you like
ID ppcljnbmajemebacnlfeceldahlbgmno
Επίσημο URL https://chrome.google.com/webstore/detail/twts-tweet-as-long-as-you/ppcljnbmajemebacnlfeceldahlbgmno
Περιγραφή Tweet as long as you like. Never be bounded by 140 characters limit.
Μέγεθος Αρχείου 376 KB
Αριθμός Εγκαταστάσεων 40
Τρέχουσα Έκδοση 0.0.5
Τελευταία Ενημέρωση 2015-07-22
Ημερομηνία Δημοσίευσης 2015-07-22
Αξιολόγηση 4.50/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής http://twts.us
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.twts.us
Υποστηριζόμενες Γλώσσες 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:\/\/*\/*"
    ]
}