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 |
官方URL | 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" ] } } |