Nexus Mods Better Search

Converts the url of the search function on nexusmods.com with a format that remembers the search terms.

Nexus Mods Better Search क्या है?

Nexus Mods Better Search samspartan15 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Converts the url of the search function on nexusmods.com with a format that remembers the search terms."।

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

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

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

                        When searching for mods on http://www.nexusmods.com, this extension will change the url to one that can be access when pressing back/forward or refreshing. This makes it much more convenient for browsing mods by search term.

Nexus Mods Better Search is also open source. View the project at https://github.com/slheavner/nexusmods-better-search                    

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

नाम Nexus Mods Better Search Nexus Mods Better Search
ID emacnhabkogdndddklfjmnpodikgkkno
आधिकारिक URL https://chrome.google.com/webstore/detail/nexus-mods-better-search/emacnhabkogdndddklfjmnpodikgkkno
विवरण Converts the url of the search function on nexusmods.com with a format that remembers the search terms.
फ़ाइल का आकार 20.99 KB
स्थापना संख्या 111
वर्तमान संस्करण 1.1
अंतिम अपडेट 2015-12-12
प्रकाशन तिथि 2015-12-12
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर samspartan15
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/slheavner/nexusmods-better-search
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nexus Mods Better Search",
    "short_name": "nexusmods-better-search",
    "description": "Converts the url of the search function on nexusmods.com with a format that remembers the search terms.",
    "version": "1.1",
    "minimum_chrome_version": "38",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.nexusmods.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}