Puny URL
Puny URL is a shortener URL service. It uses ASCII or Unicode-encoded hostnames for extreme shortness. Puny URL powered by SAPO
Wat is Puny URL?
Puny URL is een Chrome-extensie ontwikkeld door suskind, en de belangrijkste functie is "Puny URL is a shortener URL service. It uses ASCII or Unicode-encoded hostnames for extreme shortness. Puny URL powered by SAPO".
Extensie Screenshots
Download het CRX-bestand van de extensie Puny URL
Download Puny URL-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
Basisinformatie over de Extensie
| Naam | |
| ID | phimjmaoieacdlaibeaocmmjkeaopnea |
| Officiële URL | https://chromewebstore.google.com/detail/puny-url/phimjmaoieacdlaibeaocmmjkeaopnea |
| Beschrijving | Puny URL is a shortener URL service. It uses ASCII or Unicode-encoded hostnames for extreme shortness. Puny URL powered by SAPO |
| Bestandsgrootte | 93.91 KB |
| Aantal Installaties | 54 |
| Huidige Versie | 1.3 |
| Laatst Bijgewerkt | 2012-07-22 |
| Publicatiedatum | 2012-07-22 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | suskind |
| Betalingswijze | free |
| Extensiewebsite | http://puny.sapo.pt/ |
| Ondersteunde Talen | 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
} | |