Nepali Spell Checker for Gmail and YouTube

Write great Nepali with Nepali Spell Checker.

Vad är Nepali Spell Checker for Gmail and YouTube?

Nepali Spell Checker for Gmail and YouTube är en Chrome-tillägg utvecklad av https://nepalilanguage.org, och dess huvudfunktion är "Write great Nepali with Nepali Spell Checker.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Nepali Spell Checker for Gmail and YouTube-förlängningens CRX-fil

Ladda ner Nepali Spell Checker for Gmail and YouTube-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Note for Google Docs users: If you are using Google Docs, use the Google Docs add-on instead available at https://nepalilanguage.org/spellcheck/google-docs/.

Your favorite Nepali Spell Checker, now available in Gmail, YouTube and More.

How to use this extension?
Once you add Nepali Spell Checker for Chrome, click the spell-check icon when you compose a message to get started. See screenshots for details.

The current version works for Gmail and YouTube. We plan to add more sites in later versions. If you'd like to enable it on your website, for example, a news portal or a personal blog, let us know.

Please give us your feedback or send bug reports by visiting the Contact Us page on our website.

This extension is an addition to the full version available on our website.                    

Grundläggande Information om Tillägg

Namn Nepali Spell Checker for Gmail and YouTube Nepali Spell Checker for Gmail and YouTube
ID kabogeaojhabfdakhnbfbpfpbhdcoffi
Officiell webbadress https://chromewebstore.google.com/detail/nepali-spell-checker-for/kabogeaojhabfdakhnbfbpfpbhdcoffi
Beskrivning Write great Nepali with Nepali Spell Checker.
Filstorlek 127 KB
Antal Installationer 169
Aktuell Version 0.0.5.0
Senast Uppdaterad 2022-02-02
Publiceringsdatum 2020-10-22
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://nepalilanguage.org
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://nepalilanguage.org/
Hjälpsida URL https://nepalilanguage.org/contact/
URL till Sekretesspolicy Sidan https://nepalilanguage.org/privacy
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Nepali Spell Checker for Gmail and YouTube",
    "version": "0.0.5.0",
    "description": "Write great Nepali with Nepali Spell Checker.",
    "background": {
        "service_worker": "bg.min.js"
    },
    "permissions": [
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/nepalilanguage.org\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/localhost\/*",
                "*:\/\/*.nepalilanguage.org\/users\/?pn-extn-close-tab",
                "https:\/\/mail.google.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/nepalilanguage.org\/spellcheck\/*",
                "*:\/\/*.nepalilanguage.org\/spellcheck\/*",
                "*:\/\/nepalilanguage.org\/users\/login\/*",
                "*:\/\/*.nepalilanguage.org\/users\/login\/*",
                "*:\/\/blogger.com\/*",
                "*:\/\/*.blogger.com\/*",
                "*:\/\/daraz.com.np\/*",
                "*:\/\/*.daraz.com.np\/*",
                "*:\/\/esewa.com.np\/*",
                "*:\/\/*.esewa.com.np\/*",
                "*:\/\/facebook.com\/*",
                "*:\/\/*.facebook.com\/*",
                "*:\/\/github.com\/*",
                "*:\/\/*.github.com\/*",
                "*:\/\/docs.google.com\/spreadsheets\/*",
                "*:\/\/*.docs.google.com\/spreadsheets\/*",
                "*:\/\/instagram.com\/*",
                "*:\/\/*.instagram.com\/*",
                "*:\/\/linkedin.com\/*",
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/live.com\/*",
                "*:\/\/*.live.com\/*",
                "*:\/\/messenger.com\/*",
                "*:\/\/*.messenger.com\/*",
                "*:\/\/microsoft.com\/*",
                "*:\/\/*.microsoft.com\/*",
                "*:\/\/mozilla.org\/*",
                "*:\/\/*.mozilla.org\/*",
                "*:\/\/office.com\/*",
                "*:\/\/*.office.com\/*",
                "*:\/\/reddit.com\/*",
                "*:\/\/*.reddit.com\/*",
                "*:\/\/twitter.com\/*",
                "*:\/\/*.twitter.com\/*",
                "*:\/\/wordpress.com\/*",
                "*:\/\/*.wordpress.com\/*",
                "*:\/\/languagetool.org\/*",
                "*:\/\/*.languagetool.org\/*"
            ],
            "css": [
                "e.css"
            ],
            "js": [
                "cs.min.js",
                "vendor\/bootstrap.bundle.min.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "icon\/icon16.png",
            "48": "icon\/icon48.png"
        },
        "default_title": "Nepali Spell Checker",
        "default_popup": "popup.html"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyRSd3dtbQdorwyvZvXx+vmgnbEOVzvsCOAZ6lY3KUV9rDqIfhRd\/yYoTlABxCLCuvrif9LHdPXzfVljSZu+EBJpxzfDuyFmYsn0fA2mYRwexfnVKyRh8a4e097PA18QwZgucCMJXvL5BGC2yaE9Gl\/9uQKcC\/CD3efKoB45gf7IeOJ+nAGPlb42IkTznUaM\/Mv3v4cyv1cRuVe+YLEtXKqhbAPaTphkQW\/nZ2a5Uym\/HsEKhynBmDZE7qsswy3yCgI2tuG8FvhwxZhjDWohLNMFo07jpXdQNM7F+d+Oe0fTLU\/NfpuB4FnlWL4\/2Lw1W9+jiyxuu+UBLFK6CGBYwPwIDAQAB"
}