Correcteur d’orthographique - 100% gratuit

Correcteur Français avec chatGPT

Correcteur d’orthographique - 100% gratuit란 무엇입니까?

Correcteur d’orthographique - 100% gratuit은(는) kevindufraisse에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Correcteur Français avec chatGPT"입니다.

확장 프로그램 스크린샷

screenshot

Correcteur d’orthographique - 100% gratuit 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Corrigez les fautes d’orthographe et de grammaire de vos textes partout sur le web gratuitement grâce à la magie de l'IA.

Cette extension Chrome innovante est conçue pour corriger les fautes d'orthographe en français en utilisant la technologie avancée de ChatGPT. 

L'extension fonctionne sur tous les sites internet, y compris les réseaux sociaux comme Facebook, Twitter ou LinkedIn, ou n'importe quel service de messagerie en ligne (Gmail, Orange, etc.).

L'extension respecte la confidentialité des utilisateurs, en ne stockant ni en partageant les données saisies et les clés d'API.                    

확장 프로그램 기본 정보

이름 Correcteur d’orthographique - 100% gratuit Correcteur d’orthographique - 100% gratuit
ID lbgnpocbfghjpcojpijeophjjkfamflf
공식 URL https://chromewebstore.google.com/detail/correcteur-d%E2%80%99orthographiq/lbgnpocbfghjpcojpijeophjjkfamflf
설명 Correcteur Français avec chatGPT
파일 크기 937 KB
설치 횟수 273
현재 버전 1.0.3
최근 업데이트 2023-12-31
출시 날짜 2023-12-10
평점 5.00/5 총 11 개의 평점
개발자 kevindufraisse
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://formation-growth-hacking.fr/offre-speciale
도움말 페이지 URL https://formation-growth-hacking.fr/
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/1ZzJvZEC4zIvjGP2PtI8-f0hDd14wcT0EJ7w-yZhHQa8/edit?usp=sharing
지원되는 언어 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Correcteur d\u2019orthographique - 100% gratuit",
    "short_name": "Correcteur d\u2019orthographe - 100% gratuit",
    "description": "Correcteur Fran\u00e7ais avec chatGPT",
    "version": "1.0.3",
    "manifest_version": 3,
    "author": "Kevin Dufraisse",
    "action": {
        "default_icon": "img\/icon16.png",
        "default_popup": "popup.html",
        "default_title": "Correcteur d\u2019orthographe - 100% gratuit"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js",
                "\/js\/popup.js",
                "\/js\/marked.min.js",
                "js\/purify.min.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    }
}