Nexus Mods Better Search

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

O que é Nexus Mods Better Search?

Nexus Mods Better Search é uma extensão do Chrome desenvolvida por samspartan15, e sua principal característica é "Converts the url of the search function on nexusmods.com with a format that remembers the search terms.".

Baixar o arquivo CRX da Extensão Nexus Mods Better Search

Baixe arquivos de extensão Nexus Mods Better Search no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Nexus Mods Better Search Nexus Mods Better Search
ID emacnhabkogdndddklfjmnpodikgkkno
URL Oficial https://chrome.google.com/webstore/detail/nexus-mods-better-search/emacnhabkogdndddklfjmnpodikgkkno
Descrição Converts the url of the search function on nexusmods.com with a format that remembers the search terms.
Tamanho do Arquivo 20.99 KB
Contagem de Instalações 111
Versão Atual 1.1
Última Atualização 2015-12-12
Data de Publicação 2015-12-12
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor samspartan15
Tipo de Pagamento free
Site da Extensão https://github.com/slheavner/nexusmods-better-search
Idiomas Suportados 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
    }
}