Convert2morse
Converts text to morse
Convert2morse là gì?
Convert2morse là một tiện ích mở rộng Chrome được phát triển bởi https://www.userpixel.com, và tính năng chính của nó là "Converts text to morse".
Ả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 Convert2morse
Tải xuống các tệp mở rộng Convert2morse 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
Select and convert any text on any page to morse code with the click of a button. Convert2morse adds a menu item to your Chrome that easily converts the selected text into morse code. * Extremely small application (3KB) * Doesn't need any permission * Open source: https://github.com/hanifbbz/convert2morse
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Convert2morse |
ID | ciegdohnoiolmmekpeeehfdfpbfchoif |
URL Chính Thức | https://chromewebstore.google.com/detail/convert2morse/ciegdohnoiolmmekpeeehfdfpbfchoif |
Mô tả | Converts text to morse |
Kích Thước Tệp | 5.56 KB |
Số Lần Cài Đặt | 89 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2014-02-13 |
Ngày Phát Hành | 2014-02-13 |
Đánh Giá | 2.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://www.userpixel.com |
[email protected] | |
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": "Convert2morse", "short_name": "morse", "description": "Converts text to morse", "version": "1.1", "permissions": [ "contextMenus" ], "background": { "scripts": [ "morse.js", "background.js" ] }, "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" } } |