Unscramble Words
Enter letters and display hundreds of playable words
Τι είναι το Unscramble Words;
Το Unscramble Words είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.unscramblewords.com, και η κύρια λειτουργία του είναι "Enter letters and display hundreds of playable words ".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Unscramble Words
Λήψη αρχείων επέκτασης Unscramble Words σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
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" ] } } |