Morse Code Translator
This extension provides a morse code translation pop-out
Morse Code Translatorคืออะไร?
Morse Code Translator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย murgatroid99 และคุณลักษณะหลักของมันคือ "This extension provides a morse code translation pop-out"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Morse Code Translator
ดาวน์โหลดไฟล์ส่วนขยาย Morse Code Translator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension shows a simple form that translates Morse code to text.
I made it for translating Serenity's blinking in Homestuck (hence the image), but it is not limited to that purpose.
Version 0.6:
Added Text to Morse translation
Version 0.7:
Added punctuation ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | faiiddjaocoaiighbccojehokfaoeimk |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/morse-code-translator/faiiddjaocoaiighbccojehokfaoeimk |
| คำอธิบาย | This extension provides a morse code translation pop-out |
| ขนาดไฟล์ | 57.89 KB |
| จำนวนการติดตั้ง | 1,187 |
| เวอร์ชันปัจจุบัน | 0.7.0 |
| อัปเดตครั้งล่าสุด | 2013-08-11 |
| วันที่เผยแพร่ | 2013-08-11 |
| คะแนน | 3.88/5 รวมทั้งหมด 16 คะแนน |
| ผู้พัฒนา | murgatroid99 |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Morse Code Translator",
"description": "This extension provides a morse code translation pop-out",
"version": "0.7.0",
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"browser_action": {
"default_icon": "img\/icon.png",
"default_title": "Translate Morse Code",
"default_popup": "html\/index.html"
}
} | |