Better English
An extension that helps you to pick the right english phrase to use based on the search engine results.
Better Englishคืออะไร?
Better English เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nganhtuan63 และคุณลักษณะหลักของมันคือ "An extension that helps you to pick the right english phrase to use based on the search engine results."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Better English
ดาวน์โหลดไฟล์ส่วนขยาย Better English ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
An extension that helps you to pick the right english phrase to use based on the search engine results.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mdgkndmiobadgmcfmjnlibpckaldiadp |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/better-english/mdgkndmiobadgmcfmjnlibpckaldiadp |
คำอธิบาย | An extension that helps you to pick the right english phrase to use based on the search engine results. |
ขนาดไฟล์ | 61.67 KB |
จำนวนการติดตั้ง | 12 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2013-08-23 |
วันที่เผยแพร่ | 2013-08-23 |
คะแนน | 4.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | nganhtuan63 |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://mr80.net/index.php/better-english |
URL หน้าช่วยเหลือ | http://mr80.net/index.php/better-english |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Better English", "version": "1.0.0", "description": "", "manifest_version": 2, "browser_action": { "default_icon": "gfx\/icon19.png", "default_popup": "popup.html", "default_title": "Better English" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+1", "mac": "Command+1" } } }, "background": { "page": "bg.htm" }, "icons": { "128": "gfx\/icon128.png", "16": "gfx\/icon16.png", "32": "gfx\/icon32.png", "48": "gfx\/icon48.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "chrome:\/\/favicon\/", "unlimitedStorage", "idle" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |