Looong Tweet
Looong Tweet allows you to tweet longer tweets from Twitter
Vad är Looong Tweet?
Looong Tweet är en Chrome-tillägg utvecklad av https://faniepush1.azurewebsites.net, och dess huvudfunktion är "Looong Tweet allows you to tweet longer tweets from Twitter".
Tilläggsskärmbilder
Ladda ner Looong Tweet-förlängningens CRX-fil
Ladda ner Looong Tweet-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Looong Tweet |
ID | ehcbmjofnaamkkcmnicflbfgdfmogidm |
Officiell webbadress | https://chromewebstore.google.com/detail/looong-tweet/ehcbmjofnaamkkcmnicflbfgdfmogidm |
Beskrivning | Looong Tweet allows you to tweet longer tweets from Twitter |
Filstorlek | 46.15 KB |
Antal Installationer | 16 |
Aktuell Version | 1 |
Senast Uppdaterad | 2015-09-16 |
Publiceringsdatum | 2015-09-16 |
Betyg | 1.00/5 Totalt 1 Betyg |
Utvecklare | https://faniepush1.azurewebsites.net |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |