Puny URL
Puny URL is a shortener URL service. It uses ASCII or Unicode-encoded hostnames for extreme shortness. Puny URL powered by SAPO
Co to jest Puny URL?
Puny URL to rozszerzenie Chrome opracowane przez suskind, a jego główną funkcją jest „Puny URL is a shortener URL service. It uses ASCII or Unicode-encoded hostnames for extreme shortness. Puny URL powered by SAPO”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Puny URL
Pobierz pliki rozszerzeń Puny URL 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
Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | phimjmaoieacdlaibeaocmmjkeaopnea |
| Oficjalny URL | https://chromewebstore.google.com/detail/puny-url/phimjmaoieacdlaibeaocmmjkeaopnea |
| Opis | Puny URL is a shortener URL service. It uses ASCII or Unicode-encoded hostnames for extreme shortness. Puny URL powered by SAPO |
| Rozmiar pliku | 93.91 KB |
| Liczba instalacji | 54 |
| Aktualna Wersja | 1.3 |
| Ostatnia Aktualizacja | 2012-07-22 |
| Data Publikacji | 2012-07-22 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | suskind |
| Typ Płatności | free |
| Strona Rozszerzenia | http://puny.sapo.pt/ |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Puny URL",
"version": "1.3",
"description": "Puny URL is a shortener URL service. It uses ASCII or Unicode-encoded hostnames for extreme shortness. Puny URL powered by SAPO",
"browser_action": {
"default_icon": "punyurl_icon.png",
"default_title": "Puny URL",
"default_popup": "popup.html"
},
"icons": {
"16": "punyurl_icon16x16.png",
"48": "punyurl_icon48x48.png",
"128": "punyurl_icon128x128.png"
},
"options_page": "options.html",
"permissions": [
"tabs",
"https:\/\/services.sapo.pt\/PunyURL\/*"
],
"manifest_version": 2
} | |