Enagramm

With Enagramm Spellchecker you can check spelling for 32 Languages.

Enagramm란 무엇입니까?

Enagramm은(는) https://enagramm.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "With Enagramm Spellchecker you can check spelling for 32 Languages."입니다.

확장 프로그램 스크린샷

screenshot

Enagramm 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        With Enagramm Spellchecker extension you can check spelling for 32 different languages. It also features a personal dictionary for words that you might commonly use but that are not found in a conventional dictionary.

In order to use add-in, you should be registered at https://enagramm.com/

The monthly subscription fee for the service is USD 2, which includes MS Word Add-in too. After registration, you will have 2 weeks trial period to find out if you like our product.                    

확장 프로그램 기본 정보

이름 Enagramm Enagramm
ID bbjjklmmoamhjipehhlhloheiekllaij
공식 URL https://chromewebstore.google.com/detail/enagramm/bbjjklmmoamhjipehhlhloheiekllaij
설명 With Enagramm Spellchecker you can check spelling for 32 Languages.
파일 크기 1.06 MB
설치 횟수 36
현재 버전 1.0.0
최근 업데이트 2023-11-27
출시 날짜 2021-07-16
개발자 https://enagramm.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://enagramm.com/
도움말 페이지 URL https://enagramm.com/Tools/SpellChecker#support
개인정보 보호 정책 페이지 URL https://enagramm.com/home/privacy
지원되는 언어 en
manifest.json
{
    "manifest_version": 3,
    "name": "Enagramm",
    "version": "1.0.0",
    "description": "With Enagramm Spellchecker you can check spelling for 32 Languages.",
    "action": {
        "default_popup": ".\/popup\/popup.html"
    },
    "icons": {
        "128": ".\/images\/owl_128.png",
        "16": ".\/images\/owl.png",
        "32": ".\/images\/owl_32.png"
    },
    "content_scripts": [
        {
            "css": [
                "scripts\/content.css"
            ],
            "js": [
                ".\/thirdParty\/jquery-3.6.0.min.js",
                ".\/scripts\/content.js"
            ],
            "matches": [
                "*:\/\/mail.google.com\/*",
                "*:\/\/*.facebook.com\/*",
                "*:\/\/healthtech.dev\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/owl_128.png",
                "images\/owl_128crossed.png",
                "fonts\/roboto_nus.woff2",
                "translate\/translate.json",
                "utils\/allowedSites.json"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "service-worker\/background.js"
    },
    "host_permissions": [
        "https:\/\/enagram.ai\/*"
    ],
    "permissions": [
        "tabs",
        "storage",
        "cookies"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2VD\/pJLjzRkqEYpq8g1lkupUp5jJDuH4iE8cZ4Yis9cPf0ePAydE8mmJSgBGcG8LwFp6g7GL2mJNCOVdq+jNDz9EEzd7v46cZlXm5hRldzwiF1pe4OjYTdRRnLy5jX\/YLySywyt3KscwrQdDXyzwMvINFb5fiSwSVQspTAlgybgJCU3xdcVFFRdHoRBDN7b3v5fr9F9wTI6O60VjI0tHzttCzu\/daaLBNNTlRLSrLxdStT7QpN9iOb67iI\/jqYBUtG4IW71UNNuFNMb0S5veo8KcrbWt+4FSk7ZbPTxdmd84XshH6JxHznMKxXGas3EY39vPwTzNv\/v4vtuAqJ\/MywIDAQAB",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}