UrlParamUpdater

This extension enables you to update/add/remove url param value. Useful when working with long urls.

UrlParamUpdater क्या है?

UrlParamUpdater Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension enables you to update/add/remove url param value. Useful when working with long urls."।

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

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

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

                        This extension enables you to update/add/remove url param value. Useful when working with long urls with a big number of params. Handy if a shortcut is assigned.

How to use? For url: http://example.com?foo=bar

- when added foo=new will update tab url to http://example.com?foo=new

- when added foo= (empty value) will update tab url to http://example.com?

- when added geek=true will update tab url to http://example.com?geek=true                    

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

नाम UrlParamUpdater UrlParamUpdater
ID nfcohebinojijpbmgklkhbiooeiiojea
आधिकारिक URL https://chromewebstore.google.com/detail/urlparamupdater/nfcohebinojijpbmgklkhbiooeiiojea
विवरण This extension enables you to update/add/remove url param value. Useful when working with long urls.
फ़ाइल का आकार 8.39 KB
स्थापना संख्या 28
वर्तमान संस्करण 0.0.2
अंतिम अपडेट 2015-12-17
प्रकाशन तिथि 2015-12-17
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.linkedin.com/in/damian-jaszczurowski-51743499
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.0.2",
    "name": "UrlParamUpdater",
    "description": "This extension enables you to update\/add\/remove url param value. Useful when working with long urls.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}