Word Generator
Use our free word generator tool to find anagrams and words for popular games such as Scrabble, Words with Friends and many more.
什麼是Word Generator?
Word Generator是由https://wordgenerator.org開發的Chrome擴展程式,該擴展的主要功能是“Use our free word generator tool to find anagrams and words for popular games such as Scrabble, Words with Friends and many more.”。
擴展截圖
下載Word Generator擴展crx文件
下載Word Generator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A comprehensive website where you can find words, unscramble letters and their definitions.
擴展基本資訊
名稱 | |
ID | fohkfdehbpijfjnhemdbkngpdhkemaoj |
官方網址 | https://chrome.google.com/webstore/detail/word-generator/fohkfdehbpijfjnhemdbkngpdhkemaoj |
簡介 | Use our free word generator tool to find anagrams and words for popular games such as Scrabble, Words with Friends and many more. |
檔案大小 | 9.84 KB |
安裝次數 | 157 |
目前版本 | 1.0.1 |
更新時間 | 2018-11-06 |
上架時間 | 2018-11-06 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://wordgenerator.org |
付費類型 | free |
擴展官網 | https://wordgenerator.org |
說明頁面URL | https://wordgenerator.org |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Word Generator", "version": "1.0.1", "description": "Use our free word generator tool to find anagrams and words for popular games such as Scrabble, Words with Friends and many more.", "homepage_url": "https:\/\/wordgenerator.org\/", "icons": { "16": "icon.png", "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "script.js" ] } } |