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 là gì?

Nexus Mods Better Search là một tiện ích mở rộng Chrome được phát triển bởi samspartan15, và tính năng chính của nó là "Converts the url of the search function on nexusmods.com with a format that remembers the search terms.".

Tải xuống tệp CRX của tiện ích mở rộng Nexus Mods Better Search

Tải xuống các tệp mở rộng Nexus Mods Better Search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Nexus Mods Better Search Nexus Mods Better Search
ID emacnhabkogdndddklfjmnpodikgkkno
URL Chính Thức https://chrome.google.com/webstore/detail/nexus-mods-better-search/emacnhabkogdndddklfjmnpodikgkkno
Mô tả Converts the url of the search function on nexusmods.com with a format that remembers the search terms.
Kích Thước Tệp 20.99 KB
Số Lần Cài Đặt 111
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2015-12-12
Ngày Phát Hành 2015-12-12
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển samspartan15
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/slheavner/nexusmods-better-search
Ngôn Ngữ Được Hỗ Trợ 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
    }
}