Instacorrect
Correcteur de grammaire et orthographe.
Instacorrect क्या है?
Instacorrect http://instacorrect.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Correcteur de grammaire et orthographe."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Instacorrect एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |