140
Restrict your tweets to 140 characters—and truncate all tweets in your feed to that same perfect length.
Τι είναι το 140;
Το 140 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Slate Magazine, και η κύρια λειτουργία του είναι "Restrict your tweets to 140 characters—and truncate all tweets in your feed to that same perfect length.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης 140
Λήψη αρχείων επέκτασης 140 σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Twitter users are stretching their wings in the new 280-character sky, and the result is a real mess. Maybe someday you’ll delight in Twitter’s logorrheic future, but right now you want your timeline to chill out a little. And what about when YOU tweet?! Now that your trusty character counter has been replaced by an inscrutable circle, how do you keep yourself from accidentally exceeding 140 characters, the proper maximum length for tweets? Twitter, we have to go back!! Thankfully, Slate’s developers are here to save the day. Install our new Chrome extension, 140, and keep the horrifying world of 280-character Twitter at bay for a bit longer. If you’re visiting Twitter in Chrome, 140 will cut everyone’s tweets down to 140 characters. And better yet, 140 will restrict your tweets to 140 characters, too. Is it perfect? Definitely not. We whipped it up in one night. URLs don’t always look great, and pasting text into a tweet can screw up your character count. But the result is nonetheless a much chiller experience on twitter dot com. Eventually (in an hour?) Twitter will find a way to circumvent our extension, we’re sure. The army of progress marches forever forward, burning everything good in the world and salting the earth behind it. But for now, use Slate’s 140 to make Twitter great again.
Βασικές Πληροφορίες Επέκτασης
Όνομα | 140 |
ID | lhgijjjdomnmpmneiajmahjihnohicam |
Επίσημο URL | https://chromewebstore.google.com/detail/140/lhgijjjdomnmpmneiajmahjihnohicam |
Περιγραφή | Restrict your tweets to 140 characters—and truncate all tweets in your feed to that same perfect length. |
Μέγεθος Αρχείου | 46.87 KB |
Αριθμός Εγκαταστάσεων | 81 |
Τρέχουσα Έκδοση | 0.0.3 |
Τελευταία Ενημέρωση | 2017-12-29 |
Ημερομηνία Δημοσίευσης | 2017-12-29 |
Αξιολόγηση | 4.00/5 Συνολικά 5 Αξιολογήσεις |
Προγραμματιστής | Slate Magazine |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://slate.com/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_shortName__", "version": "0.0.3", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "https:\/\/twitter.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "scripts\/jquery-3.2.1.min.js", "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ] } |