Instacorrect
Correcteur de grammaire et orthographe.
Instacorrect란 무엇입니까?
Instacorrect은(는) http://instacorrect.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Correcteur de grammaire et orthographe."입니다.
확장 프로그램 스크린샷
Instacorrect 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Un français parfait grâce à l'intelligence artificielle. Corrigez gratuitement vos fautes de grammaire et d'orthographe sur le web grâce à notre extension Google Chrome. Envoyer un email, une présentation ou un rapport avec des fautes d'orthographe discrédite notre image. Les correcteurs classiques corrigent uniquement les fautes d'orthographe, et non les fautes de grammaire. C'est pourquoi nous avons créés Instacorrect. Grâce à l'intelligence artificielle, nous corrigeons vos emails, messages et communications alors même que vous les écrivez. Nous corrigeons les fautes de grammaire, conjugaison, orthographe et sémantiques (amande ou amende). Retrouvez plus d'information sur notre site: https://instacorrect.com
확장 프로그램 기본 정보
이름 | |
ID | kbclloieapjaccjemefjehnnfjhdkkaj |
공식 URL | https://chrome.google.com/webstore/detail/instacorrect/kbclloieapjaccjemefjehnnfjhdkkaj |
설명 | Correcteur de grammaire et orthographe. |
파일 크기 | 210 KB |
설치 횟수 | 700 |
현재 버전 | 0.0.1.0 |
최근 업데이트 | 2019-10-14 |
출시 날짜 | 2019-10-14 |
평점 | 4.33/5 총 6 개의 평점 |
개발자 | http://instacorrect.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://instacorrect.com |
도움말 페이지 URL | https://instacorrect.com |
지원되는 언어 | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Instacorrect", "version": "0.0.1.0", "description": "Correcteur de grammaire et orthographe.", "permissions": [ "storage", "identity" ], "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/web.whatsapp.com\/*", "https:\/\/*.facebook.com\/*", "https:\/\/*.outlook.live.com\/*", "https:\/\/*.linkedin.com\/*", "https:\/\/*.messenger.com\/*", "https:\/\/*.reddit.com\/*" ], "js": [ "scripts\/app.js" ], "css": [ "styles\/spinner.css", "styles\/main.css", "styles\/worksans.css" ], "match_about_blank": true } ], "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" } }, "icons": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" }, "manifest_version": 2, "web_accessible_resources": [ "images\/i.png", "images\/spellcheck.svg", "images\/brain.svg", "styles\/worksans\/worksans1.woff2", "styles\/worksans\/worksans2.woff2" ] } |