YAWE (Yet Another Wiki Extension)
View and Search for Wikipedia Articles
YAWE (Yet Another Wiki Extension)คืออะไร?
YAWE (Yet Another Wiki Extension) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย David Knaack และคุณลักษณะหลักของมันคือ "View and Search for Wikipedia Articles"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YAWE (Yet Another Wiki Extension)
ดาวน์โหลดไฟล์ส่วนขยาย YAWE (Yet Another Wiki Extension) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
View and Search for Wikipedia Articles! * Back/forward support * Search autocompletion and highlight * Open in new tab * Support for ANY wiki powered by MediaWiki with the mobileview plugin installed * Theme support * No permissions required
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | YAWE (Yet Another Wiki Extension) |
ID | daffpdngkoncjmbmpbmpkpehjjkffinb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/yawe-yet-another-wiki-ext/daffpdngkoncjmbmpbmpkpehjjkffinb |
คำอธิบาย | View and Search for Wikipedia Articles |
ขนาดไฟล์ | 403 KB |
จำนวนการติดตั้ง | 17 |
เวอร์ชันปัจจุบัน | 4.2.7 |
อัปเดตครั้งล่าสุด | 2020-10-11 |
วันที่เผยแพร่ | 2017-12-02 |
คะแนน | 4.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | David Knaack |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/davidkna/YAWE |
URL หน้าช่วยเหลือ | https://github.com/davidkna/YAWE/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YAWE (Yet Another Wiki Extension)", "short_name": "YAWE", "author": "David Knaack", "version": "4.2.7", "description": "View and Search for Wikipedia Articles", "applications": { "gecko": { "id": "jid0-DPhEBG7AOfT3WFrfbEc8TplXMmY@jetpack", "strict_min_version": "57.0" } }, "icons": { "16": "images\/icon_16x16.png", "48": "images\/icon_48x48.png", "128": "images\/icon_128x128.png" }, "options_page": "options.html", "browser_action": { "default_icon": { "19": "images\/icon_19x19.png", "38": "images\/icon_38x38.png" }, "default_title": "YAWE (Yet Another Wiki Extension)", "default_popup": "index.html" }, "manifest_version": 2, "minimum_chrome_version": "62", "minimum_opera_version": "49", "content_security_policy": "script-src 'self'; object-src 'none'; frame-src 'self'; font-src 'self'" } |