Algorithm to Wizard
Replaces the text 'algorithm(s)' with 'wizard(s)'; based on Cloud To Butt Plus
Vad är Algorithm to Wizard?
Algorithm to Wizard är en Chrome-tillägg utvecklad av chris, och dess huvudfunktion är "Replaces the text 'algorithm(s)' with 'wizard(s)'; based on Cloud To Butt Plus".
Tilläggsskärmbilder
Ladda ner Algorithm to Wizard-förlängningens CRX-fil
Ladda ner Algorithm to Wizard-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
(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 Grundläggande Information om Tillägg
| Namn | |
| ID | paheefgkiimahbclagfhcnehdiengfkb |
| Officiell webbadress | https://chromewebstore.google.com/detail/algorithm-to-wizard/paheefgkiimahbclagfhcnehdiengfkb |
| Beskrivning | Replaces the text 'algorithm(s)' with 'wizard(s)'; based on Cloud To Butt Plus |
| Filstorlek | 3.7 KB |
| Antal Installationer | 19 |
| Aktuell Version | 1.3 |
| Senast Uppdaterad | 2015-08-22 |
| Publiceringsdatum | 2015-08-22 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | chris |
| Betalningssätt | free |
| Tilläggswebbplats | http://twitter.com/peteyreplies |
| Hjälpsida URL | https://github.com/peteyreplies/algorithm-to-wizard |
| Stödda Språk | 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"
}
]
} | |