Wordifi
Wordifi is a word finder that can help with crossword puzzles, Scrabble, Words with Friends, Words by Post and other word games.
Apa itu Wordifi?
Wordifi adalah ekstensi Chrome yang dikembangkan oleh https://www.wordifi.com, dan fitur utamanya adalah "Wordifi is a word finder that can help with crossword puzzles, Scrabble, Words with Friends, Words by Post and other word games.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Wordifi
Unduh file ekstensi Wordifi 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
Wordifi is a word finder that can help with crossword puzzles, Scrabble, Words with Friends, Words by Post and other word type games - and it's lightning fast.
Informasi Dasar Ekstensi
Nama | |
ID | ihplfpboonpgpbbiiamgkikggkkeedid |
URL Resmi | https://chrome.google.com/webstore/detail/ihplfpboonpgpbbiiamgkikggkkeedid |
Deskripsi | Wordifi is a word finder that can help with crossword puzzles, Scrabble, Words with Friends, Words by Post and other word games. |
Ukuran File | 13.43 KB |
Jumlah Instalasi | 146 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2016-02-27 |
Tanggal Publikasi | 2016-02-27 |
Penilaian | 3.40/5 Total 5 Penilaian |
Pengembang | https://www.wordifi.com |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.wordifi.com |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wordifi", "description": "Wordifi is a word finder that can help with crossword puzzles, Scrabble, Words with Friends, Words by Post and other word games.", "version": "1.1", "icons": { "16": "img\/icon_16.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "background": { "scripts": [ "background.js" ] }, "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/www.wordifi.com\/*" ] }, "browser_action": { "default_icon": "img\/icon_24.png" } } |