Hijje Nepali Spell Checker

An extension for checking Nepali words

Hijje Nepali Spell Checkerとは何ですか?

Hijje Nepali Spell Checkerはsaayak.nepaliによって開発されたChromeの拡張機能で、その主な機能は「An extension for checking Nepali words」です。

拡張機能のスクリーンショット

screenshot
screenshot

Hijje Nepali Spell Checker拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Hijje Chrome Extension is a extension to check the wrong words in a sentence and also it provide the possible suggestions for correcting the words.                    

拡張機能の基本情報

名前 Hijje Nepali Spell Checker Hijje Nepali Spell Checker
ID fnjplddegcnpnplhjlpcplejmhjfnohn
公式URL https://chromewebstore.google.com/detail/hijje-nepali-spell-checke/fnjplddegcnpnplhjlpcplejmhjfnohn
説明 An extension for checking Nepali words
ファイルサイズ 27.8 KB
インストール数 559
現在のバージョン 1.0.0
最終更新日 2021-11-15
公開日 2021-11-14
評価 1.00/5 合計 1 レビュー
開発者 saayak.nepali
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": " Hijje Nepali Spell Checker",
    "short_name": "Hijje",
    "version": "1.0.0",
    "description": "An extension for checking Nepali words",
    "icons": {
        "16": ".\/images\/image.png",
        "48": ".\/images\/image.png",
        "64": ".\/images\/image.png",
        "128": ".\/images\/image.png"
    },
    "author": "semantro",
    "action": {
        "default_action": "images\/image.png",
        "default_popup": "popup.html",
        "default_title": "hijje",
        "browser_style": false
    },
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "scripting"
    ],
    "background": {
        "service_worker": "sworker.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "**\/*.js",
                "popup.html"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "js": [
                "allmin.js"
            ],
            "css": [
                "css\/marker.css"
            ],
            "all_frame": false
        }
    ]
}