Nexus Mods Better Search

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

Hvad er Nexus Mods Better Search?

Nexus Mods Better Search er en Chrome-udvidelse udviklet af samspartan15, og dens hovedfunktion er "Converts the url of the search function on nexusmods.com with a format that remembers the search terms.".

Download Nexus Mods Better Search-udvidelses-CRX-fil

Download Nexus Mods Better Search-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Nexus Mods Better Search Nexus Mods Better Search
ID emacnhabkogdndddklfjmnpodikgkkno
Officiel URL https://chrome.google.com/webstore/detail/nexus-mods-better-search/emacnhabkogdndddklfjmnpodikgkkno
Beskrivelse Converts the url of the search function on nexusmods.com with a format that remembers the search terms.
Filstørrelse 20.99 KB
Antal Installationer 111
Nuværende Version 1.1
Senest Opdateret 2015-12-12
Udgivelsesdato 2015-12-12
Bedømmelse 1.00/5 Samlet 1 Bedømmelser
Udvikler samspartan15
Betalingsmetode free
Udvidelseswebsted https://github.com/slheavner/nexusmods-better-search
Understøttede Sprog 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
    }
}