Charlie - Phonetic Alphabet Helper
Select a word and the extension will help you with its spelling.
Charlie - Phonetic Alphabet Helperคืออะไร?
Charlie - Phonetic Alphabet Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ivanka Todorova และคุณลักษณะหลักของมันคือ "Select a word and the extension will help you with its spelling."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Charlie - Phonetic Alphabet Helper
ดาวน์โหลดไฟล์ส่วนขยาย Charlie - Phonetic Alphabet Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Select a word, use the context menu to let the extension help you with the spelling of the selected word.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Charlie - Phonetic Alphabet Helper |
ID | mflikalpejnnbhhglonkanadlpkpemea |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/charlie-phonetic-alphabet/mflikalpejnnbhhglonkanadlpkpemea |
คำอธิบาย | Select a word and the extension will help you with its spelling. |
ขนาดไฟล์ | 132 KB |
จำนวนการติดตั้ง | 36 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2018-01-18 |
วันที่เผยแพร่ | 2018-01-18 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Ivanka Todorova |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://charlie.phakeapps.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Charlie - Phonetic Alphabet Helper", "version": "0.0.1", "manifest_version": 2, "description": "Select a word and the extension will help you with its spelling.", "homepage_url": "http:\/\/charlie.phakeapps.com ", "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "js\/jquery\/jquery.min.js", "src\/inject.js" ], "css": [ "css\/inject.css" ] } ], "permissions": [ "contextMenus", "https:\/\/*\/*", "http:\/\/*\/*", "activeTab" ] } |