Word Finder from WordTips
Find all possible words (Anagrams) for your input.
Word Finder from WordTips란 무엇입니까?
Word Finder from WordTips은(는) WordTips에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find all possible words (Anagrams) for your input."입니다.
확장 프로그램 스크린샷
Word Finder from WordTips 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
WordTips Word Finder is a tools that helps you to find all possible words for your input characters Up your game Whether you are playing Scrabble, Words with Friends or any other word game, Word tips' extensive search engine will give you a winning edge instantly. No matter what combination of tiles you've been giving. By searching the official OCTWL, SOWPODS and playable WWF dictionaries, Word Finder will intuitively display your highest scoring option with the letters provided. Don't look at it as a word cheat, more of a reference tool you and your playmates can use to settle disputes about the validity of any particular word. Everyone needs a helping hand from time to time. We've all had those moments when a seemingly random mixture of tiles appears, making you ask, 'How do I make words with these letters'? Problem now solved. With Word tips, there's no excuse in having leftover tiles stopping you from reaching your full potential. We'll show you how to make the best of those lingering letters, be it by creating a surprising two-letter combo or an impressive fifteen-letter giant! Be you a beginner or a pro, our intuitive database will always have the answer to your query. So, save the brain drain, frustration and arguments with fellow players, let our word finder be your constant companion.
확장 프로그램 기본 정보
이름 | Word Finder from WordTips |
ID | ilehjhmpkainhnajaaenokneojempbpp |
공식 URL | https://chromewebstore.google.com/detail/word-finder-from-wordtips/ilehjhmpkainhnajaaenokneojempbpp |
설명 | Find all possible words (Anagrams) for your input. |
파일 크기 | 26.71 KB |
설치 횟수 | 666 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2018-10-10 |
출시 날짜 | 2018-10-10 |
개발자 | WordTips |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://word.tips/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Word Finder from WordTips", "description": "Find all possible words (Anagrams) for your input.", "version": "1.0.0", "background": { "scripts": [ "js\/background.js" ] }, "icons": { "16": "images\/icons\/16.png", "24": "images\/icons\/24.png", "32": "images\/icons\/32.png", "48": "images\/icons\/48.png", "96": "images\/icons\/96.png", "128": "images\/icons\/128.png" }, "browser_action": { "default_icon": { "16": "images\/icons\/16.png", "24": "images\/icons\/24.png", "32": "images\/icons\/32.png" }, "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/*.bootstrapcdn.com https:\/\/code.jquery.com; object-src 'self'" } |