Ding Dong Johnson
Replaces the text 'home run' with 'ding dong Johnson'.
Apa itu Ding Dong Johnson?
Ding Dong Johnson adalah ekstensi Chrome yang dikembangkan oleh Colin Shevlin, dan fitur utamanya adalah "Replaces the text 'home run' with 'ding dong Johnson'.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Ding Dong Johnson
Unduh file ekstensi Ding Dong Johnson 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
Inspired by this tweet: https://twitter.com/mcculloughtimes/status/385189088694771712 Apparently Pedro Martinez on occasion calls home runs "ding dong Johnsons." This Chrome extension replaces any instance of "home run" with "ding dong Johnson," because that is a superior and more descriptive term. Code is here: https://github.com/cwshevlin/Ding-Dong-Johnson
Informasi Dasar Ekstensi
Nama | Ding Dong Johnson |
ID | bgeoilalcobkgmcanpbdgfckhkflblcm |
URL Resmi | https://chromewebstore.google.com/detail/ding-dong-johnson/bgeoilalcobkgmcanpbdgfckhkflblcm |
Deskripsi | Replaces the text 'home run' with 'ding dong Johnson'. |
Ukuran File | 560 KB |
Jumlah Instalasi | 23 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2016-03-19 |
Tanggal Publikasi | 2016-03-19 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Colin Shevlin |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/cwshevlin/Ding-Dong-Johnson |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ding Dong Johnson", "icons": { "16": "baseball.png", "32": "baseball.png", "64": "pedro.png" }, "version": "1.0", "description": "Replaces the text 'home run' with 'ding dong Johnson'.", "browser_action": { "default_icon": "baseball.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |