Puny URL
Puny URL is a shortener URL service. It uses ASCII or Unicode-encoded hostnames for extreme shortness. Puny URL powered by SAPO
What is Puny URL?
Puny URL is a Chrome extension developed by suskind, and its main feature is "Puny URL is a shortener URL service. It uses ASCII or Unicode-encoded hostnames for extreme shortness. Puny URL powered by SAPO".
Extension Screenshots
Download Puny URL Extension CRX File
Download Puny URL extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Puny URL |
ID | phimjmaoieacdlaibeaocmmjkeaopnea |
Official URL | https://chromewebstore.google.com/detail/puny-url/phimjmaoieacdlaibeaocmmjkeaopnea |
Description | Puny URL is a shortener URL service. It uses ASCII or Unicode-encoded hostnames for extreme shortness. Puny URL powered by SAPO |
File Size | 93.91 KB |
Installation Count | 54 |
Current Version | 1.3 |
Last Updated | 2012-07-22 |
Publish Date | 2012-07-22 |
Rating | 5.00/5 Total 1 Ratings |
Developer | suskind |
Payment Type | free |
Extension Website | http://puny.sapo.pt/ |
Supported Languages | 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 } |