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 هو إضافة Chrome تم تطويرها بواسطة samspartan15، والميزة الرئيسية لها هي "Converts the url of the search function on nexusmods.com with a format that remembers the search terms.".

تحميل ملف CRX للإضافة Nexus Mods Better Search

قم بتنزيل ملفات الامتداد Nexus Mods Better Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
    }
}