Looong Tweet
Looong Tweet allows you to tweet longer tweets from Twitter
Wat is Looong Tweet?
Looong Tweet is een Chrome-extensie ontwikkeld door https://faniepush1.azurewebsites.net, en de belangrijkste functie is "Looong Tweet allows you to tweet longer tweets from Twitter".
Extensie Screenshots
Download het CRX-bestand van de extensie Looong Tweet
Download Looong Tweet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Looong Tweet |
ID | ehcbmjofnaamkkcmnicflbfgdfmogidm |
Officiële URL | https://chromewebstore.google.com/detail/looong-tweet/ehcbmjofnaamkkcmnicflbfgdfmogidm |
Beschrijving | Looong Tweet allows you to tweet longer tweets from Twitter |
Bestandsgrootte | 46.15 KB |
Aantal Installaties | 16 |
Huidige Versie | 1 |
Laatst Bijgewerkt | 2015-09-16 |
Publicatiedatum | 2015-09-16 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://faniepush1.azurewebsites.net |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |