Crossword King
A wide variety of crossword tools such as crossword solver, anagram solver, word finder for cruciverbalists.
什麼是Crossword King?
Crossword King是由https://crosswordking.com開發的Chrome擴展程式,該擴展的主要功能是“A wide variety of crossword tools such as crossword solver, anagram solver, word finder for cruciverbalists.”。
擴展截圖
下載Crossword King擴展crx文件
下載Crossword King擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Crossword King is the most comprehensive website for cruciverbalists who are looking for crossword solver, anagram solver and word finder. You can add any scrambled letters and find different word combinations which can then be used for many popular word games.
擴展基本資訊
名稱 | |
ID | mhldnajeonjoienkdiaimamnoiocbaoa |
官方網址 | https://chrome.google.com/webstore/detail/crossword-king/mhldnajeonjoienkdiaimamnoiocbaoa |
簡介 | A wide variety of crossword tools such as crossword solver, anagram solver, word finder for cruciverbalists. |
檔案大小 | 19.41 KB |
安裝次數 | 605 |
目前版本 | 1.0.0 |
更新時間 | 2018-11-25 |
上架時間 | 2018-11-25 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://crosswordking.com |
付費類型 | free |
擴展官網 | https://crosswordking.com |
說明頁面URL | https://crosswordking.com |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Crossword King", "version": "1.0.0", "description": "A wide variety of crossword tools such as crossword solver, anagram solver, word finder for cruciverbalists.", "homepage_url": "https:\/\/crosswordking.com\/", "icons": { "16": "icon.png", "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "script.js" ] } } |