TinyURL Converter
This extension retrieves a tinyURL version of your current tabs URL.
Co to jest TinyURL Converter?
TinyURL Converter to rozszerzenie Chrome opracowane przez Dylan B., a jego główną funkcją jest „This extension retrieves a tinyURL version of your current tabs URL.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia TinyURL Converter
Pobierz pliki rozszerzeń TinyURL Converter 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
This extension allows the user to get the tinyURL version of their current tabs URL.
Podstawowe informacje o rozszerzeniu
Nazwa | TinyURL Converter |
ID | mgimefmoeoefijobogjnagloodfiepig |
Oficjalny URL | https://chromewebstore.google.com/detail/tinyurl-converter/mgimefmoeoefijobogjnagloodfiepig |
Opis | This extension retrieves a tinyURL version of your current tabs URL. |
Rozmiar pliku | 228 KB |
Liczba instalacji | 105 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2014-07-29 |
Data Publikacji | 2014-07-28 |
Deweloper | Dylan B. |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TinyURL Converter", "description": "This extension retrieves a tinyURL version of your current tabs URL.", "version": "1.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "http:\/\/tinyurl.com\/" ] } |