Warframe Search
A Chrome Extension that allows you to search the Warframe Wiki.
Warframe Searchคืออะไร?
Warframe Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย David Freitag และคุณลักษณะหลักของมันคือ "A Chrome Extension that allows you to search the Warframe Wiki."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Warframe Search
ดาวน์โหลดไฟล์ส่วนขยาย Warframe Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is a very simple Extension, it allows you to either do a general search of the Warframe Wiki, or go directly to the page of whatever item you are looking for. By default, the extension will not check the "Real Name" checkbox, but you can open the options page and change that. These settings are stored via Google Sync, if you choose not to use Sync, there is a setting to disable the use of Sync in the extension.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cibjbebkmdjkfafmijnljdefnhldclfh |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/warframe-search/cibjbebkmdjkfafmijnljdefnhldclfh |
คำอธิบาย | A Chrome Extension that allows you to search the Warframe Wiki. |
ขนาดไฟล์ | 867 KB |
จำนวนการติดตั้ง | 283 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2015-04-29 |
วันที่เผยแพร่ | 2015-04-29 |
คะแนน | 4.21/5 รวมทั้งหมด 29 คะแนน |
ผู้พัฒนา | David Freitag |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Warframe Search", "version": "1.2", "description": "A Chrome Extension that allows you to search the Warframe Wiki.", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "options_page": "options.html", "icons": { "128": "icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "storage", "tabs" ] } |