Algorithm to Wizard
Replaces the text 'algorithm(s)' with 'wizard(s)'; based on Cloud To Butt Plus
Wat is Algorithm to Wizard?
Algorithm to Wizard is een Chrome-extensie ontwikkeld door chris, en de belangrijkste functie is "Replaces the text 'algorithm(s)' with 'wizard(s)'; based on Cloud To Butt Plus".
Extensie Screenshots
Download het CRX-bestand van de extensie Algorithm to Wizard
Download Algorithm to Wizard-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
(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 Basisinformatie over de Extensie
| Naam | |
| ID | paheefgkiimahbclagfhcnehdiengfkb |
| Officiële URL | https://chromewebstore.google.com/detail/algorithm-to-wizard/paheefgkiimahbclagfhcnehdiengfkb |
| Beschrijving | Replaces the text 'algorithm(s)' with 'wizard(s)'; based on Cloud To Butt Plus |
| Bestandsgrootte | 3.7 KB |
| Aantal Installaties | 19 |
| Huidige Versie | 1.3 |
| Laatst Bijgewerkt | 2015-08-22 |
| Publicatiedatum | 2015-08-22 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | chris |
| Betalingswijze | free |
| Extensiewebsite | http://twitter.com/peteyreplies |
| Help Pagina-URL | https://github.com/peteyreplies/algorithm-to-wizard |
| Ondersteunde Talen | 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"
}
]
} | |