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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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 } } |