Word Finder

Quick unscrambler that you can use to find words that can be written in specific letters.

Apa itu Word Finder?

Word Finder adalah ekstensi Chrome yang dikembangkan oleh https://wordfinder.online, dan fitur utamanya adalah "Quick unscrambler that you can use to find words that can be written in specific letters.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Word Finder

Unduh file ekstensi Word Finder 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

                        The magical power of anagrams.

Are you a fan of Anagram? Then you've come to the right address. Word unscrambler helps you solve different word problems, anagrams are one of them. This section will help to derive new words by replacing the letters.                    

Informasi Dasar Ekstensi

Nama Word Finder Word Finder
ID ldghbkpojoachhbjigmapkkllklnlpld
URL Resmi https://chromewebstore.google.com/detail/word-finder/ldghbkpojoachhbjigmapkkllklnlpld
Deskripsi Quick unscrambler that you can use to find words that can be written in specific letters.
Ukuran File 10.31 KB
Jumlah Instalasi 35
Versi Saat Ini 1.0
Terakhir Diperbarui 2021-03-18
Tanggal Publikasi 2020-11-25
Pengembang https://wordfinder.online
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://wordfinder.online/
URL Halaman Bantuan https://wordfinder.online/contact
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Word Finder",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Quick unscrambler that you can use to find words that can be written in specific letters.",
    "icons": {
        "16": "icon.png",
        "128": "icon_128.png"
    },
    "homepage_url": "https:\/\/wordfinder.online",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "script.js"
        ]
    }
}