Puny URL
Puny URL is a shortener URL service. It uses ASCII or Unicode-encoded hostnames for extreme shortness. Puny URL powered by SAPO
Cos'è Puny URL?
Puny URL è un'estensione di Chrome sviluppata da suskind, e la sua funzione principale è "Puny URL is a shortener URL service. It uses ASCII or Unicode-encoded hostnames for extreme shortness. Puny URL powered by SAPO".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Puny URL
Scarica i file di estensione Puny URL in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
| Nome | |
| ID | phimjmaoieacdlaibeaocmmjkeaopnea |
| URL Ufficiale | https://chromewebstore.google.com/detail/puny-url/phimjmaoieacdlaibeaocmmjkeaopnea |
| Descrizione | Puny URL is a shortener URL service. It uses ASCII or Unicode-encoded hostnames for extreme shortness. Puny URL powered by SAPO |
| Dimensione del File | 93.91 KB |
| Conteggio Installazioni | 54 |
| Versione Corrente | 1.3 |
| Ultimo Aggiornamento | 2012-07-22 |
| Data di Pubblicazione | 2012-07-22 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | suskind |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://puny.sapo.pt/ |
| Lingue Supportate | 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
} | |