Crossword King
A wide variety of crossword tools such as crossword solver, anagram solver, word finder for cruciverbalists.
Apa itu Crossword King?
Crossword King adalah ekstensi Chrome yang dikembangkan oleh https://crosswordking.com, dan fitur utamanya adalah "A wide variety of crossword tools such as crossword solver, anagram solver, word finder for cruciverbalists.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Crossword King
Unduh file ekstensi Crossword King dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | mhldnajeonjoienkdiaimamnoiocbaoa |
URL Resmi | https://chrome.google.com/webstore/detail/crossword-king/mhldnajeonjoienkdiaimamnoiocbaoa |
Deskripsi | A wide variety of crossword tools such as crossword solver, anagram solver, word finder for cruciverbalists. |
Ukuran File | 19.41 KB |
Jumlah Instalasi | 605 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2018-11-25 |
Tanggal Publikasi | 2018-11-25 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://crosswordking.com |
Tipe Pembayaran | free |
Situs Ekstensi | https://crosswordking.com |
URL Halaman Bantuan | https://crosswordking.com |
Bahasa yang Didukung | 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" ] } } |