Antidote connector

Call upon Antidote’s tools from your browser.

Co je Antidote connector?

Antidote connector je rozšíření Chrome vyvinuté Druide informatique inc., a jeho hlavní funkcí je „Call upon Antidote’s tools from your browser.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Antidote connector

Stáhněte si soubory rozšíření Antidote connector ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Use Antidote directly where you are writing! This extension creates a menu in Google Chrome that links the connector, the dictionaries and the language guides to the browser. 


Important: You must have access to Antidote (via Antidote 11 or 10, Antidote+, or Antidote Web) to use Antidote’s tools, which are not included with this connector.

Select a text and run it through the corrector using the extension menu. The Antidote application will open to process the text. For editable content, the changes made in the corrector will automatically be applied to the original text in Google Chrome.

The menu also provides access to the dictionaries and the language guides. Select a word and click on one of these resources in the extension menu: it will open to relevant page                    

Základní Informace o Rozšíření

Název Antidote connector Antidote connector
ID lmbopdiikkamfphhgcckcjhojnokgfeo
Oficiální URL https://chromewebstore.google.com/detail/antidote-connector/lmbopdiikkamfphhgcckcjhojnokgfeo
Popis Call upon Antidote’s tools from your browser.
Velikost souboru 1.05 MB
Počet instalací 1,030,378
Aktuální Verze 11.5.2027
Poslední Aktualizace 2024-02-12
Datum Vydání 2022-10-05
Hodnocení 3.19/5 Celkem 42 Hodnocení
Vývojář Druide informatique inc.
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://antidote.info
URL Stránky Nápovědy https://assistance.druide.com
URL Stránky Zásad Ochrany Soukromí https://www.antidote.info/fr/politique-confidentialite
Podporované Jazyky en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "src\/tierces_parties\/browser-polyfill.min.js",
            "src\/cstAntidote.js",
            "src\/dictionnaire.js",
            "src\/outils.js",
            "src\/gestion-t.js",
            "src\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/Antidote_16.png",
            "32": "images\/Antidote_32.png"
        },
        "default_popup": "panneau\/popup.html",
        "default_title": "Antidote"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_matches": [
                "https:\/\/*.antidote.app\/*",
                "https:\/\/services.druide.com\/*",
                "https:\/\/telechargement12.druide.com\/texteurs\/Outlook\/Commun\/courant\/*"
            ],
            "js": [
                "src\/tierces_parties\/browser-polyfill.min.js",
                "src\/cstAntidote.js",
                "src\/dictionnaire.js",
                "src\/gestion-t.js",
                "src\/outils.js",
                "extensions\/DetecteurWeb\/tierces_parties\/diff_match_patch.js",
                "extensions\/DetecteurWeb\/CorrecteurSimpleJS.js",
                "extensions\/DetecteurWeb\/wasm\/ClientCorrecteurSimple.js",
                "extensions\/DetecteurWeb\/tierces_parties\/react.production.min.js",
                "extensions\/DetecteurWeb\/tierces_parties\/react-dom.production.min.js",
                "extensions\/DetecteurWeb\/infobulle\/infobulleDW.js",
                "extensions\/DetecteurWeb\/detecteurWeb_patron.js",
                "extensions\/DetecteurWeb\/detecteurWeb.js",
                "src\/antidote.js",
                "src\/AgentTexteurGen.js",
                "src\/AgentTexteurStd.js",
                "src\/AgentTexteurGoogleDocs.js",
                "src\/AgentTexteurForm.js",
                "src\/AgentTexteurGrav.js",
                "extensions\/Dialogue\/dialogue_patron.js",
                "extensions\/Dialogue\/dialogue.js"
            ],
            "matches": [
                "file:\/\/\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "src\/tierces_parties\/browser-polyfill.min.js",
                "src\/cstAntidote.js",
                "src\/dictionnaire.js",
                "src\/gestion-t.js",
                "src\/outils.js",
                "src\/aw-comm.js",
                "src\/aw-services.js"
            ],
            "matches": [
                "https:\/\/*.antidote.app\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "src\/tierces_parties\/browser-polyfill.min.js",
                "src\/cstAntidote.js",
                "src\/outils.js",
                "src\/services-druide.js"
            ],
            "matches": [
                "https:\/\/services.druide.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "src\/tierces_parties\/browser-polyfill.min.js",
                "src\/cstAntidote.js",
                "src\/outils.js",
                "src\/antidoteOfficeAddin.js"
            ],
            "matches": [
                "https:\/\/telechargement12.druide.com\/texteurs\/Outlook\/Commun\/courant\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self';object-src 'self';connect-src *",
    "default_locale": "fr",
    "description": "__MSG_description__",
    "externally_connectable": {
        "matches": [
            "https:\/\/docs.google.com\/*",
            "https:\/\/drive.google.com\/*",
            "https:\/\/*.googleusercontent.com\/*"
        ]
    },
    "icons": {
        "128": "images\/Fiole_128.png",
        "16": "images\/Fiole_16.png",
        "48": "images\/Fiole_48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "options_ui": {
        "open_in_tab": true,
        "page": "panneau\/option.html"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "contextMenus",
        "nativeMessaging",
        "management",
        "storage",
        "cookies",
        ""
    ],
    "short_name": "Antidote",
    "version": "11.5.2027",
    "web_accessible_resources": [
        "images\/avertissement.png",
        "images\/Antidote_128.png",
        "src\/dictionnaire.js",
        "src\/gestion-t.js",
        "src\/antidoteGrav.js",
        "src\/antidoteAPIJSConnect.js",
        "src\/antidoteAide.js",
        "images\/*",
        "extensions\/DetecteurWeb\/detecteurWeb.css",
        "extensions\/DetecteurWeb\/infobulle\/*",
        "ressources\/WOFF2\/*",
        "extensions\/DetecteurWeb\/wasm\/ClientCorrecteurSimple.wasm",
        "src\/tierces_parties\/browser-polyfill.min.js.map"
    ]
}