Corrector App
Proofread with Corrector App!
Corrector App란 무엇입니까?
Corrector App은(는) https://corrector.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Proofread with Corrector App!"입니다.
확장 프로그램 스크린샷
Corrector App 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | Corrector App |
ID | doaojboplmdndmcabhamneefilppggai |
공식 URL | https://chromewebstore.google.com/detail/corrector-app/doaojboplmdndmcabhamneefilppggai |
설명 | Proofread with Corrector App! |
파일 크기 | 58.01 KB |
설치 횟수 | 793 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2023-01-03 |
출시 날짜 | 2023-01-02 |
개발자 | https://corrector.app |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://corrector.app/ |
도움말 페이지 URL | https://corrector.app/about-us/ |
개인정보 보호 정책 페이지 URL | https://corrector.app/privacy-policy |
지원되는 언어 | 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" } } |