Nexus Mods Better Search

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

Co je Nexus Mods Better Search?

Nexus Mods Better Search je rozšíření Chrome vyvinuté samspartan15, a jeho hlavní funkcí je „Converts the url of the search function on nexusmods.com with a format that remembers the search terms.“.

Stáhnout soubor CRX rozšíření Nexus Mods Better Search

Stáhněte si soubory rozšíření Nexus Mods Better Search ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Nexus Mods Better Search Nexus Mods Better Search
ID emacnhabkogdndddklfjmnpodikgkkno
Oficiální URL https://chrome.google.com/webstore/detail/nexus-mods-better-search/emacnhabkogdndddklfjmnpodikgkkno
Popis Converts the url of the search function on nexusmods.com with a format that remembers the search terms.
Velikost souboru 20.99 KB
Počet instalací 111
Aktuální Verze 1.1
Poslední Aktualizace 2015-12-12
Datum Vydání 2015-12-12
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář samspartan15
Typ Platby free
Webové stránky Rozšíření https://github.com/slheavner/nexusmods-better-search
Podporované Jazyky 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
    }
}