URL Parser

Parse Your URL

URL Parser क्या है?

URL Parser daaakunx द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Parse Your URL"।

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

screenshot
screenshot
screenshot

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

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

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

                        An extension plug-in that is easy to use and fast to parse URLs.
You can copy these main datas of your URL.
You can also enter a custom url for parsing.                    

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

नाम URL Parser URL Parser
ID hdcdndiioaocgliphphofdcaiblbhjem
आधिकारिक URL https://chromewebstore.google.com/detail/url-parser/hdcdndiioaocgliphphofdcaiblbhjem
विवरण Parse Your URL
फ़ाइल का आकार 32.11 KB
स्थापना संख्या 248
वर्तमान संस्करण 1.3
अंतिम अपडेट 2022-09-06
प्रकाशन तिथि 2022-08-21
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर daaakunx
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "URL Parser",
    "version": "1.3",
    "manifest_version": 3,
    "description": "Parse Your URL",
    "icons": {
        "16": "image\/logo.png",
        "128": "image\/logo.png"
    },
    "action": {
        "default_icon": "image\/logo.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ]
}