SpellCheckerGE - მცდარბეჭდილმძებნი

ქართული ენის მართლწერის შემოწმება თქვენს ბრაუზერში

What is SpellCheckerGE - მცდარბეჭდილმძებნი?

SpellCheckerGE - მცდარბეჭდილმძებნი is a Chrome extension developed by https://spellchecker.ge, and its main feature is "ქართული ენის მართლწერის შემოწმება თქვენს ბრაუზერში".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download SpellCheckerGE - მცდარბეჭდილმძებნი Extension CRX File

Download SpellCheckerGE - მცდარბეჭდილმძებნი extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        მცდარბეჭდილმძებნი, როგორც სახელიდან ჩანს ტექსტში მცდარი ბეჭდილების (ე.წ. „ტაიპო“-ების) აღმოსაჩენი მორფოლოგიური ანალიზატორია. ის გაჩვენებთ უცნობ სიტყვებს, რომლებზე დაწკაპუნების შემთხვევაში გამოდის ჩასანაცვლებელი სიტყვების სია.

ამჟამად მცდარბეჭდილმძებნის ჩანართი მუშაობს შემდეგ ვებგვერდებზე:
* facebook.com
* messenger.com

სხვა ვებგვერდების მხარდაჭერა მალე დაემატება                    

Extension Basic Information

Name SpellCheckerGE - მცდარბეჭდილმძებნი SpellCheckerGE - მცდარბეჭდილმძებნი
ID jgbmahcekagncippgbmfipnjkonnhbkd
Official URL https://chromewebstore.google.com/detail/spellcheckerge-%E1%83%9B%E1%83%AA%E1%83%93%E1%83%90%E1%83%A0%E1%83%91%E1%83%94%E1%83%AD%E1%83%93%E1%83%98/jgbmahcekagncippgbmfipnjkonnhbkd
Description ქართული ენის მართლწერის შემოწმება თქვენს ბრაუზერში
File Size 1.47 MB
Installation Count 4,227
Current Version 2.3.2
Last Updated 2023-12-11
Publish Date 2021-07-26
Rating 5.00/5 Total 31 Ratings
Developer https://spellchecker.ge
Email [email protected]
Payment Type free
Extension Website https://spellchecker.ge
Help Page URL https://spellchecker.ge
Privacy Policy Page URL https://spellchecker.ge/policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SpellCheckerGE - \u10db\u10ea\u10d3\u10d0\u10e0\u10d1\u10d4\u10ed\u10d3\u10d8\u10da\u10db\u10eb\u10d4\u10d1\u10dc\u10d8",
    "short_name": "SpellCheckerGE",
    "version": "2.3.2",
    "description": "\u10e5\u10d0\u10e0\u10d7\u10e3\u10da\u10d8 \u10d4\u10dc\u10d8\u10e1 \u10db\u10d0\u10e0\u10d7\u10da\u10ec\u10d4\u10e0\u10d8\u10e1 \u10e8\u10d4\u10db\u10dd\u10ec\u10db\u10d4\u10d1\u10d0 \u10d7\u10e5\u10d5\u10d4\u10dc\u10e1 \u10d1\u10e0\u10d0\u10e3\u10d6\u10d4\u10e0\u10e8\u10d8",
    "homepage_url": "https:\/\/spellchecker.ge",
    "default_locale": "en",
    "author": "SpellCheckerGE",
    "offline_enabled": false,
    "minimum_chrome_version": "67.0.0",
    "icons": {
        "16": "assets\/images\/icons\/icon16.png",
        "32": "assets\/images\/icons\/icon32.png",
        "48": "assets\/images\/icons\/icon48.png",
        "64": "assets\/images\/icons\/icon64.png",
        "128": "assets\/images\/icons\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "storage": {
        "managed_schema": "managed_settings.json"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "match_about_blank": true,
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "match_about_blank": true,
            "css": [
                "content.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "js": [
                "content-spellchecker.js"
            ],
            "matches": [
                "*:\/\/spellchecker.ge\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "assets\/images\/icons\/icon16.png",
        "default_title": "spellchecker.ge",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "https:\/\/spell.ge",
        "https:\/\/spellchecker.ge",
        "http:\/\/spell.ge",
        "http:\/\/spellchecker.ge",
        "assets\/fonts\/*.woff",
        "*.js",
        "*.css",
        "assets\/images\/*"
    ]
}