Algorithm to Wizard
Replaces the text 'algorithm(s)' with 'wizard(s)'; based on Cloud To Butt Plus
¿Qué es Algorithm to Wizard?
Algorithm to Wizard es una extensión de Chrome desarrollada por chris, y su función principal es "Replaces the text 'algorithm(s)' with 'wizard(s)'; based on Cloud To Butt Plus".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Algorithm to Wizard
Descarga archivos de extensión Algorithm to Wizard en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
(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
Información Básica de la Extensión
Nombre | Algorithm to Wizard |
ID | paheefgkiimahbclagfhcnehdiengfkb |
URL Oficial | https://chromewebstore.google.com/detail/algorithm-to-wizard/paheefgkiimahbclagfhcnehdiengfkb |
Descripción | Replaces the text 'algorithm(s)' with 'wizard(s)'; based on Cloud To Butt Plus |
Tamaño del Archivo | 3.7 KB |
Cantidad de Instalaciones | 19 |
Versión Actual | 1.3 |
Última Actualización | 2015-08-22 |
Fecha de Publicación | 2015-08-22 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | chris |
Tipo de Pago | free |
Sitio Web de la Extensión | http://twitter.com/peteyreplies |
URL de la Página de Ayuda | https://github.com/peteyreplies/algorithm-to-wizard |
Idiomas Soportados | 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" } ] } |