Unscramble Words

Enter letters and display hundreds of playable words

Unscramble Words क्या है?

Unscramble Words https://www.unscramblewords.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enter letters and display hundreds of playable words "।

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

screenshot

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

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

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

                        Unscramble Words is the most powerful, humongous, amazing word finder for Word With Friends in existence.  Win 50% more games and unscramble the highest scoring points.  Our feedback has been great with our latest version.  You can also use this with other word games out there.
 Simply Enter your letters and press Start and scroll down to see a list of words those letters made and the point value.  There are many options to help you search like starts with or turn blanks red.
  Powerful to the brim is how one user described it.                    

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

नाम Unscramble Words Unscramble Words
ID gcmjmmbgjdgchnlbkliicmefgdhpglgc
आधिकारिक URL https://chrome.google.com/webstore/detail/unscramble-words/gcmjmmbgjdgchnlbkliicmefgdhpglgc
विवरण Enter letters and display hundreds of playable words
फ़ाइल का आकार 11.24 KB
स्थापना संख्या 289
वर्तमान संस्करण 1.0
अंतिम अपडेट 2019-08-02
प्रकाशन तिथि 2019-08-02
रेटिंग 3.00/5 कुल 1 रेटिंग्स
डेवलपर https://www.unscramblewords.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://unscramblewords.com/
सहायता पृष्ठ URL https://unscramblewords.com/
गोपनीयता नीति पृष्ठ URL https://unscramblewords.com/private.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unscramble Words",
    "version": "1.0",
    "description": "Enter letters and display hundreds of playable words  ",
    "icons": {
        "16": "w16.png",
        "32": "w32.png",
        "48": "w48.png",
        "128": "w128.png"
    },
    "homepage_url": "http:\/\/unscramblewords.com",
    "browser_action": {
        "default_icon": "w16.png"
    },
    "background": {
        "scripts": [
            "script.js"
        ]
    }
}