Hijje Nepali Spell Checker

An extension for checking Nepali words

ما هو Hijje Nepali Spell Checker؟

Hijje Nepali Spell Checker هو إضافة Chrome تم تطويرها بواسطة saayak.nepali، والميزة الرئيسية لها هي "An extension for checking Nepali words".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Hijje Nepali Spell Checker

قم بتنزيل ملفات الامتداد Hijje Nepali Spell Checker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [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
        }
    ]
}