Algorithm to Wizard
Replaces the text 'algorithm(s)' with 'wizard(s)'; based on Cloud To Butt Plus
What is Algorithm to Wizard?
Algorithm to Wizard is a Chrome extension developed by chris, and its main feature is "Replaces the text 'algorithm(s)' with 'wizard(s)'; based on Cloud To Butt Plus".
Extension Screenshots
Download Algorithm to Wizard Extension CRX File
Download Algorithm to Wizard 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
(should) take(s) instances of the word 'algorithm' and replaces it with 'wizard'. code here: https://github.com/peteyreplies/algorithm-to-wizard based on: https://github.com/hank/cloud-to-butt update 8/20/15: fixed *most* 'an wizard' instances, although still breaking on some formatted ones for reasons that are as yet unclear to me update 8/22/15: incorporated @s2tephen bug fix
Extension Basic Information
Name | Algorithm to Wizard |
ID | paheefgkiimahbclagfhcnehdiengfkb |
Official URL | https://chromewebstore.google.com/detail/algorithm-to-wizard/paheefgkiimahbclagfhcnehdiengfkb |
Description | Replaces the text 'algorithm(s)' with 'wizard(s)'; based on Cloud To Butt Plus |
File Size | 3.7 KB |
Installation Count | 19 |
Current Version | 1.3 |
Last Updated | 2015-08-22 |
Publish Date | 2015-08-22 |
Rating | 5.00/5 Total 1 Ratings |
Developer | chris |
Payment Type | free |
Extension Website | http://twitter.com/peteyreplies |
Help Page URL | https://github.com/peteyreplies/algorithm-to-wizard |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Algorithm to Wizard", "version": "1.3", "description": "Replaces the text 'algorithm(s)' with 'wizard(s)'; based on Cloud To Butt Plus", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |