Word Finder

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

Word Finder क्या है?

Word Finder https://wordfinder.online द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quick unscrambler that you can use to find words that can be written in specific letters."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Word Finder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Word Finder Word Finder
ID ldghbkpojoachhbjigmapkkllklnlpld
आधिकारिक URL https://chromewebstore.google.com/detail/word-finder/ldghbkpojoachhbjigmapkkllklnlpld
विवरण Quick unscrambler that you can use to find words that can be written in specific letters.
फ़ाइल का आकार 10.31 KB
स्थापना संख्या 35
वर्तमान संस्करण 1.0
अंतिम अपडेट 2021-03-18
प्रकाशन तिथि 2020-11-25
डेवलपर https://wordfinder.online
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://wordfinder.online/
सहायता पृष्ठ URL https://wordfinder.online/contact
समर्थित भाषाएँ 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"
        ]
    }
}