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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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
อีเมล [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
        }
    ]
}