Corrector App
Proofread with Corrector App!
Corrector App là gì?
Corrector App là một tiện ích mở rộng Chrome được phát triển bởi https://corrector.app, và tính năng chính của nó là "Proofread with Corrector App!".
Ả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 Corrector App
Tải xuống các tệp mở rộng Corrector App 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
Corrector App is a free, simple, functional and very effective spelling checking that is made to help people write correct words and grammar in various languages irrespective of the writer's proficiency in such language. It is a leading application for correcting and checking spellings for offline uses on Microsoft word and other document applications even as it now introduces its online corrector application that works as an extension application on iOS, Android, Windows, Chrome and Firefox. Users only have to download and install the Corrector online spelling checker as an extension on their various devices to relish the opportunity of having every online document or typing checked fast and rapidly before sending it out. Below you can find the instructions to use our extension. HOW TO USE THIS EXTENSION 1. Select the text you want to proofread. 2. Click the mouse's right button, and select "Proofread With Corrector App". 3. The text will be pasted into the Corrector App's text editor in a few seconds. 4. Select the target language for the proofreading task. 5. Click on "Correct" to find the spelling mistakes. BEHIND THE SPELL CHECKER CORRECTOR APP Corrector App is brought to you by Grammar Buddies LTD, company number 13916177, address 23 New Drum Street, London, England, E1 7AY. Find our contacts below: - General: [email protected] - Devs: [email protected] - Jobs: [email protected] - Phone: (0034) 625-574-155
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Corrector App |
ID | doaojboplmdndmcabhamneefilppggai |
URL Chính Thức | https://chromewebstore.google.com/detail/corrector-app/doaojboplmdndmcabhamneefilppggai |
Mô tả | Proofread with Corrector App! |
Kích Thước Tệp | 58.01 KB |
Số Lần Cài Đặt | 793 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2023-01-03 |
Ngày Phát Hành | 2023-01-02 |
Nhà Phát Triển | https://corrector.app |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://corrector.app/ |
URL Trang Trợ Giúp | https://corrector.app/about-us/ |
URL Trang Chính Sách Bảo Mật | https://corrector.app/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Corrector App", "version": "1.0.0", "description": "Proofread with Corrector App!", "permissions": [ "contextMenus", "storage" ], "action": { "default_icon": { "16": "images\/icon.png", "32": "images\/icon.png", "128": "images\/icon.png" }, "default_title": "Corrector App" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.min.js", "content_script.js" ], "run_at": "document_idle", "all_frames": true } ], "icons": { "128": "images\/icon.png" } } |