Looong Tweet
Looong Tweet allows you to tweet longer tweets from Twitter
Co to jest Looong Tweet?
Looong Tweet to rozszerzenie Chrome opracowane przez https://faniepush1.azurewebsites.net, a jego główną funkcją jest „Looong Tweet allows you to tweet longer tweets from Twitter”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Looong Tweet
Pobierz pliki rozszerzeń Looong Tweet w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Looong Tweet |
ID | ehcbmjofnaamkkcmnicflbfgdfmogidm |
Oficjalny URL | https://chromewebstore.google.com/detail/looong-tweet/ehcbmjofnaamkkcmnicflbfgdfmogidm |
Opis | Looong Tweet allows you to tweet longer tweets from Twitter |
Rozmiar pliku | 46.15 KB |
Liczba instalacji | 16 |
Aktualna Wersja | 1 |
Ostatnia Aktualizacja | 2015-09-16 |
Data Publikacji | 2015-09-16 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | https://faniepush1.azurewebsites.net |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |