Nexus Mods Better Search
Converts the url of the search function on nexusmods.com with a format that remembers the search terms.
What is Nexus Mods Better Search?
Nexus Mods Better Search is a Chrome extension developed by samspartan15, and its main feature is "Converts the url of the search function on nexusmods.com with a format that remembers the search terms.".
Download Nexus Mods Better Search Extension CRX File
Download Nexus Mods Better Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | emacnhabkogdndddklfjmnpodikgkkno |
Official URL | 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. |
File Size | 20.99 KB |
Installation Count | 111 |
Current Version | 1.1 |
Last Updated | 2015-12-12 |
Publish Date | 2015-12-12 |
Rating | 1.00/5 Total 1 Ratings |
Developer | samspartan15 |
Payment Type | free |
Extension Website | https://github.com/slheavner/nexusmods-better-search |
Supported Languages | 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 } } |