Anagram Solver
Solve any Anagram puzzle!
什么是Anagram Solver?
Anagram Solver是由http://anagramsolver.me开发的Chrome扩展程序,该扩展的主要功能是“Solve any Anagram puzzle!”。
扩展截图
下载Anagram Solver扩展crx文件
下载Anagram Solver扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A simple app for solving anagram word puzzles. Currently, it supports only single word anagrams but the multiword feature will be added soon.
扩展基本信息
名称 | |
ID | ikgmocleflfhkgiigigiolplpbfkipbo |
官方URL | https://chrome.google.com/webstore/detail/anagram-solver/ikgmocleflfhkgiigigiolplpbfkipbo |
简介 | Solve any Anagram puzzle! |
文件大小 | 8.02 KB |
安装次数 | 49 |
当前版本 | 1.0.0 |
更新时间 | 2014-04-13 |
上架时间 | 2014-04-13 |
评分 | 1.00/5 共2次评分 |
开发者 | http://anagramsolver.me |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://anagramsolver.me |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Anagram Solver", "version": "1.0.0", "description": "Solve any Anagram puzzle!", "icons": { "16": "icon.png", "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "script.js" ] } } |