Algorithm to Wizard
Replaces the text 'algorithm(s)' with 'wizard(s)'; based on Cloud To Butt Plus
Apa itu Algorithm to Wizard?
Algorithm to Wizard adalah ekstensi Chrome yang dikembangkan oleh chris, dan fitur utamanya adalah "Replaces the text 'algorithm(s)' with 'wizard(s)'; based on Cloud To Butt Plus".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Algorithm to Wizard
Unduh file ekstensi Algorithm to Wizard dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
(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 Informasi Dasar Ekstensi
| Nama | |
| ID | paheefgkiimahbclagfhcnehdiengfkb |
| URL Resmi | https://chromewebstore.google.com/detail/algorithm-to-wizard/paheefgkiimahbclagfhcnehdiengfkb |
| Deskripsi | Replaces the text 'algorithm(s)' with 'wizard(s)'; based on Cloud To Butt Plus |
| Ukuran File | 3.7 KB |
| Jumlah Instalasi | 19 |
| Versi Saat Ini | 1.3 |
| Terakhir Diperbarui | 2015-08-22 |
| Tanggal Publikasi | 2015-08-22 |
| Penilaian | 5.00/5 Total 1 Penilaian |
| Pengembang | chris |
| Tipe Pembayaran | free |
| Situs Ekstensi | http://twitter.com/peteyreplies |
| URL Halaman Bantuan | https://github.com/peteyreplies/algorithm-to-wizard |
| Bahasa yang Didukung | 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"
}
]
} | |