Eigo: Proofread Anything In Seconds
This extension allows you to proofread and get suggestions for your publicly available Google Docs.
Eigo: Proofread Anything In Seconds란 무엇입니까?
Eigo: Proofread Anything In Seconds은(는) http://www.gautam.cc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows you to proofread and get suggestions for your publicly available Google Docs."입니다.
확장 프로그램 스크린샷
Eigo: Proofread Anything In Seconds 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Eigo is a super simple, easy-to-use, Chrome extension that allows you to proofread any publicly available Google Doc. Simply paste in your Google Doc's public URL and provide an email address which the generated report will be sent to. Eigo sends you a wonderfully simple and to the point summary, providing suggestions to improve your writing.
확장 프로그램 기본 정보
이름 | |
ID | kpaagcfdibdfeopdcigoeemhblkfcdkc |
공식 URL | https://chrome.google.com/webstore/detail/eigo-proofread-anything-i/kpaagcfdibdfeopdcigoeemhblkfcdkc |
설명 | This extension allows you to proofread and get suggestions for your publicly available Google Docs. |
파일 크기 | 7.64 KB |
설치 횟수 | 81 |
현재 버전 | 1.1 |
최근 업데이트 | 2017-12-02 |
출시 날짜 | 2017-12-02 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | http://www.gautam.cc |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Eigo: Proofread Anything In Seconds", "short_name": "Eigo", "description": "This extension allows you to proofread and get suggestions for your publicly available Google Docs.", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |