Google Search Result Url Shortener

Cut the needless parameters in Google search result url.

Google Search Result Url Shortener क्या है?

Google Search Result Url Shortener k.bigwheel (Kazufumi Nishida) द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Cut the needless parameters in Google search result url."।

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

screenshot
screenshot
screenshot

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

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

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

                        Cut the needless parameters in Google search result url.

github: https://github.com/bigwheel/google-search-result-url-shortener                    

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

नाम Google Search Result Url Shortener Google Search Result Url Shortener
ID coigfbofeliglgkjaopaalfagoapncef
आधिकारिक URL https://chromewebstore.google.com/detail/google-search-result-url/coigfbofeliglgkjaopaalfagoapncef
विवरण Cut the needless parameters in Google search result url.
फ़ाइल का आकार 13.22 KB
स्थापना संख्या 298
वर्तमान संस्करण 1.1.1
अंतिम अपडेट 2012-08-11
प्रकाशन तिथि 2012-08-10
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर k.bigwheel (Kazufumi Nishida)
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Search Result Url Shortener",
    "version": "1.1.1",
    "manifest_version": 2,
    "description": "Cut the needless parameters in Google search result url.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ],
    "page_action": {
        "default_icon": "icon48.png",
        "default_title": "Cut the needless parameters in Google search result url."
    }
}