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
        }
    ]
}