Puny URL

Puny URL is a shortener URL service. It uses ASCII or Unicode-encoded hostnames for extreme shortness. Puny URL powered by SAPO

Puny URL क्या है?

Puny URL suskind द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Puny URL is a shortener URL service. It uses ASCII or Unicode-encoded hostnames for extreme shortness. Puny URL powered by SAPO"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Puny URL एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                                            

एक्सटेंशन की मूल जानकारी

नाम Puny URL Puny URL
ID phimjmaoieacdlaibeaocmmjkeaopnea
आधिकारिक URL https://chromewebstore.google.com/detail/puny-url/phimjmaoieacdlaibeaocmmjkeaopnea
विवरण Puny URL is a shortener URL service. It uses ASCII or Unicode-encoded hostnames for extreme shortness. Puny URL powered by SAPO
फ़ाइल का आकार 93.91 KB
स्थापना संख्या 54
वर्तमान संस्करण 1.3
अंतिम अपडेट 2012-07-22
प्रकाशन तिथि 2012-07-22
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर suskind
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://puny.sapo.pt/
समर्थित भाषाएँ 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
}