Algorithm to Wizard
Replaces the text 'algorithm(s)' with 'wizard(s)'; based on Cloud To Butt Plus
O que é Algorithm to Wizard?
Algorithm to Wizard é uma extensão do Chrome desenvolvida por chris, e sua principal característica é "Replaces the text 'algorithm(s)' with 'wizard(s)'; based on Cloud To Butt Plus".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Algorithm to Wizard
Baixe arquivos de extensão Algorithm to Wizard no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
(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 Informações Básicas da Extensão
| Nome | |
| ID | paheefgkiimahbclagfhcnehdiengfkb |
| URL Oficial | https://chromewebstore.google.com/detail/algorithm-to-wizard/paheefgkiimahbclagfhcnehdiengfkb |
| Descrição | Replaces the text 'algorithm(s)' with 'wizard(s)'; based on Cloud To Butt Plus |
| Tamanho do Arquivo | 3.7 KB |
| Contagem de Instalações | 19 |
| Versão Atual | 1.3 |
| Última Atualização | 2015-08-22 |
| Data de Publicação | 2015-08-22 |
| Classificação | 5.00/5 Total de 1 Avaliações |
| Desenvolvedor | chris |
| Tipo de Pagamento | free |
| Site da Extensão | http://twitter.com/peteyreplies |
| URL da Página de Ajuda | https://github.com/peteyreplies/algorithm-to-wizard |
| Idiomas Suportados | 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"
}
]
} | |