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ファイルをダウンロード

Enagramm拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
}