Spell Check and Editor

Spell Check and Editor

Co to jest Spell Check and Editor?

Spell Check and Editor to rozszerzenie Chrome opracowane przez shivajidora.b, a jego główną funkcją jest „Spell Check and Editor”.

Pobierz plik CRX rozszerzenia Spell Check and Editor

Pobierz pliki rozszerzeń Spell Check and Editor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Spell Check and Editor.

Check you spelling mistakes in your websites.                    

Podstawowe informacje o rozszerzeniu

Nazwa Spell Check and Editor Spell Check and Editor
ID geccodgkghhnclbanlmiomokfbhnhiig
Oficjalny URL https://chrome.google.com/webstore/detail/spell-check-and-editor/geccodgkghhnclbanlmiomokfbhnhiig
Opis Spell Check and Editor
Rozmiar pliku 4.9 KB
Liczba instalacji 18
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2016-05-23
Data Publikacji 2016-05-23
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper shivajidora.b
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Spell Check and Editor",
    "description": "Spell Check and Editor",
    "version": "1.2",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Spell Check and Editor",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}