Charlie - Phonetic Alphabet Helper
Select a word and the extension will help you with its spelling.
Charlie - Phonetic Alphabet Helper là gì?
Charlie - Phonetic Alphabet Helper là một tiện ích mở rộng Chrome được phát triển bởi Ivanka Todorova, và tính năng chính của nó là "Select a word and the extension will help you with its spelling.".
Ả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 Charlie - Phonetic Alphabet Helper
Tải xuống các tệp mở rộng Charlie - Phonetic Alphabet Helper 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 a word, use the context menu to let the extension help you with the spelling of the selected word.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Charlie - Phonetic Alphabet Helper |
ID | mflikalpejnnbhhglonkanadlpkpemea |
URL Chính Thức | https://chromewebstore.google.com/detail/charlie-phonetic-alphabet/mflikalpejnnbhhglonkanadlpkpemea |
Mô tả | Select a word and the extension will help you with its spelling. |
Kích Thước Tệp | 132 KB |
Số Lần Cài Đặt | 36 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2018-01-18 |
Ngày Phát Hành | 2018-01-18 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Ivanka Todorova |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://charlie.phakeapps.com |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |