URLs Decoder/Encoder with unique characters

Simultaneously decodes the current tab URL or decode/encode multiple URLs by pasting them to the text area.

URLs Decoder/Encoder with unique characters क्या है?

URLs Decoder/Encoder with unique characters Mendy Leizerovich द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simultaneously decodes the current tab URL or decode/encode multiple URLs by pasting them to the text area."।

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

screenshot
screenshot

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

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

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

                        The extension simultaneously decodes the current tab URL or decode/encode multiple URLs by pasting them to the text area and let you copy the result with one button.

It will remember the last decoded URLs, you can clear them using the "Clear URLs" button.

Double click on a decoded URL will select the whole line.
 
The extension manifest icons (all the sizes) are from - Link icon by Icons8: https://icons8.com/icon/80410/link .                    

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

नाम URLs Decoder/Encoder with unique characters URLs Decoder/Encoder with unique characters
ID jpdcolaeaiichiecnellpcmmiafhamll
आधिकारिक URL https://chromewebstore.google.com/detail/urls-decoderencoder-with/jpdcolaeaiichiecnellpcmmiafhamll
विवरण Simultaneously decodes the current tab URL or decode/encode multiple URLs by pasting them to the text area.
फ़ाइल का आकार 282 KB
स्थापना संख्या 344
वर्तमान संस्करण 1.2.0
अंतिम अपडेट 2021-11-04
प्रकाशन तिथि 2020-05-02
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Mendy Leizerovich
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/mendz/urls-decoder
सहायता पृष्ठ URL https://github.com/mendz/urls-decoder/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "URLs Decoder\/Encoder with unique characters",
    "short_name": "URLs Decoder\/Encoder",
    "description": "Simultaneously decodes the current tab URL or decode\/encode multiple URLs by pasting them to the text area.",
    "version": "1.2.0",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "URLs Decoder",
        "default_icon": {
            "16": "static\/icons\/icons8-link-16.png",
            "32": "static\/icons\/icons8-link-32.png",
            "48": "static\/icons\/icons8-link-48.png",
            "60": "static\/icons\/icons8-link-60.png",
            "128": "static\/icons\/icons8-link-128.png"
        }
    },
    "icons": {
        "16": "static\/icons\/icons8-link-16.png",
        "32": "static\/icons\/icons8-link-32.png",
        "48": "static\/icons\/icons8-link-48.png",
        "60": "static\/icons\/icons8-link-60.png",
        "128": "static\/icons\/icons8-link-128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}