One Click URL Decoder

Just click on the icon. It will decode and copy to your clipboard. Then press Ctrl+V

One Click URL Decoder क्या है?

One Click URL Decoder https://kirillgavrilenko.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Just click on the icon. It will decode and copy to your clipboard. Then press Ctrl+V"।

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

screenshot

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

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

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

                        Decode URL - just one click away from pasting the beautiful original URL.
When you copy a non URL with non-English letters - you will paste it, and it will be one mess, super long, and not user-friendly. This extension makes all problems disappear - click and paste.

Here is why I made this extension: 
Copy and paste a messy URL make me angry, so I found a website that can decode the URL (https://meyerweb.com/eric/tools/dencoder/), but I too many steps. So I create this small extension with only one step - one click.

[This open-source project]

For any problems or suggestions - please reach me on Github \ Facebook \ Linkedin

Thanks,
Kirill                    

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

नाम One Click URL Decoder One Click URL Decoder
ID dcahbeljhdhmphlddfafboghngpnhjgg
आधिकारिक URL https://chromewebstore.google.com/detail/one-click-url-decoder/dcahbeljhdhmphlddfafboghngpnhjgg
विवरण Just click on the icon. It will decode and copy to your clipboard. Then press Ctrl+V
फ़ाइल का आकार 8.95 KB
स्थापना संख्या 32
वर्तमान संस्करण 1.1
अंतिम अपडेट 2021-11-12
प्रकाशन तिथि 2021-11-12
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://kirillgavrilenko.com
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://kirillgavrilenko.com/one-click-decoder-url/
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "One Click URL Decoder",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Just click on the icon. It will decode and copy to your clipboard. Then press Ctrl+V",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab"
    ]
}