Crossword King

A wide variety of crossword tools such as crossword solver, anagram solver, word finder for cruciverbalists.

Co to jest Crossword King?

Crossword King to rozszerzenie Chrome opracowane przez https://crosswordking.com, a jego główną funkcją jest „A wide variety of crossword tools such as crossword solver, anagram solver, word finder for cruciverbalists.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Crossword King

Pobierz pliki rozszerzeń Crossword King 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

                        Crossword King is the most comprehensive website for cruciverbalists who are looking for crossword solver, anagram solver and word finder. You can add any scrambled letters and find different word combinations which can then be used for many popular word games.                    

Podstawowe informacje o rozszerzeniu

Nazwa Crossword King Crossword King
ID mhldnajeonjoienkdiaimamnoiocbaoa
Oficjalny URL https://chrome.google.com/webstore/detail/crossword-king/mhldnajeonjoienkdiaimamnoiocbaoa
Opis A wide variety of crossword tools such as crossword solver, anagram solver, word finder for cruciverbalists.
Rozmiar pliku 19.41 KB
Liczba instalacji 605
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2018-11-25
Data Publikacji 2018-11-25
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://crosswordking.com
Typ Płatności free
Strona Rozszerzenia https://crosswordking.com
Adres URL Strony Pomocy https://crosswordking.com
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Crossword King",
    "version": "1.0.0",
    "description": "A wide variety of crossword tools such as crossword solver, anagram solver, word finder for cruciverbalists.",
    "homepage_url": "https:\/\/crosswordking.com\/",
    "icons": {
        "16": "icon.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "script.js"
        ]
    }
}