Anagram Solver
Solve any Anagram puzzle!
What is Anagram Solver?
Anagram Solver is a Chrome extension developed by http://anagramsolver.me, and its main feature is "Solve any Anagram puzzle!".
Extension Screenshots
Download Anagram Solver Extension CRX File
Download Anagram Solver extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A simple app for solving anagram word puzzles. Currently, it supports only single word anagrams but the multiword feature will be added soon.
Extension Basic Information
Name | |
ID | ikgmocleflfhkgiigigiolplpbfkipbo |
Official URL | https://chrome.google.com/webstore/detail/anagram-solver/ikgmocleflfhkgiigigiolplpbfkipbo |
Description | Solve any Anagram puzzle! |
File Size | 8.02 KB |
Installation Count | 49 |
Current Version | 1.0.0 |
Last Updated | 2014-04-13 |
Publish Date | 2014-04-13 |
Rating | 1.00/5 Total 2 Ratings |
Developer | http://anagramsolver.me |
[email protected] | |
Payment Type | free |
Extension Website | http://anagramsolver.me |
Supported Languages | 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" ] } } |