Nexus Mods Better Search

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

什麼是Nexus Mods Better Search?

Nexus Mods Better Search是由samspartan15開發的Chrome擴展程式,該擴展的主要功能是“Converts the url of the search function on nexusmods.com with a format that remembers the search terms.”。

下載Nexus Mods Better Search擴展crx文件

下載Nexus Mods Better Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Nexus Mods Better Search Nexus Mods Better Search
ID emacnhabkogdndddklfjmnpodikgkkno
官方網址 https://chrome.google.com/webstore/detail/nexus-mods-better-search/emacnhabkogdndddklfjmnpodikgkkno
簡介 Converts the url of the search function on nexusmods.com with a format that remembers the search terms.
檔案大小 20.99 KB
安裝次數 111
目前版本 1.1
更新時間 2015-12-12
上架時間 2015-12-12
評分 1.00/5 共 1 次評分
開發者 samspartan15
付費類型 free
擴展官網 https://github.com/slheavner/nexusmods-better-search
支援的語言 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
    }
}