Nexus Mods Better Search

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

Cos'è Nexus Mods Better Search?

Nexus Mods Better Search è un'estensione di Chrome sviluppata da samspartan15, e la sua funzione principale è "Converts the url of the search function on nexusmods.com with a format that remembers the search terms.".

Scarica il file CRX dell'estensione Nexus Mods Better Search

Scarica i file di estensione Nexus Mods Better Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Nexus Mods Better Search Nexus Mods Better Search
ID emacnhabkogdndddklfjmnpodikgkkno
URL Ufficiale https://chrome.google.com/webstore/detail/nexus-mods-better-search/emacnhabkogdndddklfjmnpodikgkkno
Descrizione Converts the url of the search function on nexusmods.com with a format that remembers the search terms.
Dimensione del File 20.99 KB
Conteggio Installazioni 111
Versione Corrente 1.1
Ultimo Aggiornamento 2015-12-12
Data di Pubblicazione 2015-12-12
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore samspartan15
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/slheavner/nexusmods-better-search
Lingue Supportate 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
    }
}