Looong Tweet
Looong Tweet allows you to tweet longer tweets from Twitter
Τι είναι το Looong Tweet;
Το Looong Tweet είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://faniepush1.azurewebsites.net, και η κύρια λειτουργία του είναι "Looong Tweet allows you to tweet longer tweets from Twitter".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Looong Tweet
Λήψη αρχείων επέκτασης Looong Tweet σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Finally you are not limited to just 140 characters in Twitter anymore, now you can use the Looong Tweet Chrome extension that enables you to tweet more. This extension hooks on the Twitter website and when you type anything longer than the limit, the "Tweet" button will change to "Shorten". Clicking this magic shortening button will shorten your tweet to fit in the 140 character limit including a link pointing to your original looong tweet.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Looong Tweet |
ID | ehcbmjofnaamkkcmnicflbfgdfmogidm |
Επίσημο URL | https://chromewebstore.google.com/detail/looong-tweet/ehcbmjofnaamkkcmnicflbfgdfmogidm |
Περιγραφή | Looong Tweet allows you to tweet longer tweets from Twitter |
Μέγεθος Αρχείου | 46.15 KB |
Αριθμός Εγκαταστάσεων | 16 |
Τρέχουσα Έκδοση | 1 |
Τελευταία Ενημέρωση | 2015-09-16 |
Ημερομηνία Δημοσίευσης | 2015-09-16 |
Αξιολόγηση | 1.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | https://faniepush1.azurewebsites.net |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Looong Tweet", "description": "Looong Tweet allows you to tweet longer tweets from Twitter", "version": "1", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "https:\/\/short-tweet.azure-mobile.net\/" ], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "script.js", "MobileServices.Web-1.2.5.min.js" ] } ] } |