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
公式URL 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
    }
}