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開發的Chrome擴展程式,該擴展的主要功能是“Quick unscrambler that you can use to find words that can be written in specific letters.”。
擴展截圖
下載Word Finder擴展crx文件
下載Word Finder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | ldghbkpojoachhbjigmapkkllklnlpld |
官方網址 | 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" ] } } |