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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
        }
    ]
}