TwitPlus for Twitter
Send longer tweets directly from twitter.com via TwitPlus, keep typing your tweet and click the Tweet Longer button that appears.
Τι είναι το TwitPlus for Twitter;
Το TwitPlus for Twitter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://twitpl.us, και η κύρια λειτουργία του είναι "Send longer tweets directly from twitter.com via TwitPlus, keep typing your tweet and click the Tweet Longer button that appears.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης TwitPlus for Twitter
Λήψη αρχείων επέκτασης TwitPlus for Twitter σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | ckkojdhcfbkocmcheijbinidhbbebnnc |
Επίσημο URL | https://chrome.google.com/webstore/detail/twitplus-for-twitter/ckkojdhcfbkocmcheijbinidhbbebnnc |
Περιγραφή | Send longer tweets directly from twitter.com via TwitPlus, keep typing your tweet and click the Tweet Longer button that appears. |
Μέγεθος Αρχείου | 45.77 KB |
Αριθμός Εγκαταστάσεων | 17 |
Τρέχουσα Έκδοση | 0.1.0 |
Τελευταία Ενημέρωση | 2016-03-25 |
Ημερομηνία Δημοσίευσης | 2016-03-25 |
Αξιολόγηση | 1.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | http://twitpl.us |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.twitplus.co |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.twitplus.co/contact |
Υποστηριζόμενες Γλώσσες | 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\/" ] } |