Wordifi
Wordifi is a word finder that can help with crossword puzzles, Scrabble, Words with Friends, Words by Post and other word games.
Wordifi क्या है?
Wordifi https://www.wordifi.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Wordifi is a word finder that can help with crossword puzzles, Scrabble, Words with Friends, Words by Post and other word games."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Wordifi एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ihplfpboonpgpbbiiamgkikggkkeedid |
आधिकारिक URL | https://chrome.google.com/webstore/detail/ihplfpboonpgpbbiiamgkikggkkeedid |
विवरण | Wordifi is a word finder that can help with crossword puzzles, Scrabble, Words with Friends, Words by Post and other word games. |
फ़ाइल का आकार | 13.43 KB |
स्थापना संख्या | 146 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2016-02-27 |
प्रकाशन तिथि | 2016-02-27 |
रेटिंग | 3.40/5 कुल 5 रेटिंग्स |
डेवलपर | https://www.wordifi.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.wordifi.com |
समर्थित भाषाएँ | 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" } } |