Nexus Mods Better Search

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

Qu'est-ce que Nexus Mods Better Search ?

Nexus Mods Better Search est une extension Chrome développée par samspartan15, et sa fonction principale est "Converts the url of the search function on nexusmods.com with a format that remembers the search terms.".

Télécharger le fichier CRX de l'extension Nexus Mods Better Search

Téléchargez les fichiers d'extension Nexus Mods Better Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Nexus Mods Better Search Nexus Mods Better Search
ID emacnhabkogdndddklfjmnpodikgkkno
URL Officiel https://chrome.google.com/webstore/detail/nexus-mods-better-search/emacnhabkogdndddklfjmnpodikgkkno
Description Converts the url of the search function on nexusmods.com with a format that remembers the search terms.
Taille du Fichier 20.99 KB
Nombre d'Installations 111
Version Actuelle 1.1
Dernière Mise à Jour 2015-12-12
Date de Publication 2015-12-12
Évaluation 1.00/5 Total 1 Évaluations
Développeur samspartan15
Type de Paiement free
Site Web de l'Extension https://github.com/slheavner/nexusmods-better-search
Langues Prises en Charge 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
    }
}