Morse Code Translator
This extension provides a morse code translation pop-out
Morse Code Translator là gì?
Morse Code Translator là một tiện ích mở rộng Chrome được phát triển bởi murgatroid99, và tính năng chính của nó là "This extension provides a morse code translation pop-out".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Morse Code Translator
Tải xuống các tệp mở rộng Morse Code Translator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Morse Code Translator |
ID | faiiddjaocoaiighbccojehokfaoeimk |
URL Chính Thức | https://chromewebstore.google.com/detail/morse-code-translator/faiiddjaocoaiighbccojehokfaoeimk |
Mô tả | This extension provides a morse code translation pop-out |
Kích Thước Tệp | 57.89 KB |
Số Lần Cài Đặt | 1,187 |
Phiên Bản Hiện Tại | 0.7.0 |
Cập Nhật Lần Cuối | 2013-08-11 |
Ngày Phát Hành | 2013-08-11 |
Đánh Giá | 3.88/5 Tổng số 16 Đánh Giá |
Nhà Phát Triển | murgatroid99 |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |