Instacorrect
Correcteur de grammaire et orthographe.
什麼是Instacorrect?
Instacorrect是由http://instacorrect.com開發的Chrome擴展程式,該擴展的主要功能是“Correcteur de grammaire et orthographe.”。
擴展截圖
下載Instacorrect擴展crx文件
下載Instacorrect擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } |