Spell Check and Editor
Spell Check and Editor
Spell Check and Editorคืออะไร?
Spell Check and Editor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย shivajidora.b และคุณลักษณะหลักของมันคือ "Spell Check and Editor"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Spell Check and Editor
ดาวน์โหลดไฟล์ส่วนขยาย Spell Check and Editor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Spell Check and Editor. Check you spelling mistakes in your websites.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | geccodgkghhnclbanlmiomokfbhnhiig |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/spell-check-and-editor/geccodgkghhnclbanlmiomokfbhnhiig |
คำอธิบาย | Spell Check and Editor |
ขนาดไฟล์ | 4.9 KB |
จำนวนการติดตั้ง | 18 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2016-05-23 |
วันที่เผยแพร่ | 2016-05-23 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | shivajidora.b |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Spell Check and Editor", "description": "Spell Check and Editor", "version": "1.2", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Spell Check and Editor", "default_icon": "icon.png", "default_popup": "popup.html" } } |