Clown computing
Replaces the text 'cloud' with 'clown'.
Apa itu Clown computing?
Clown computing adalah ekstensi Chrome yang dikembangkan oleh technoboy85, dan fitur utamanya adalah "Replaces the text 'cloud' with 'clown'.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Clown computing
Unduh file ekstensi Clown computing 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
sourcecode: http://pastebin.com/embed_iframe.php?i=p6NgjEHL
Informasi Dasar Ekstensi
Nama | Clown computing |
ID | donnhmnpkaihbjbanpoiechcppadniam |
URL Resmi | https://chromewebstore.google.com/detail/clown-computing/donnhmnpkaihbjbanpoiechcppadniam |
Deskripsi | Replaces the text 'cloud' with 'clown'. |
Ukuran File | 32.76 KB |
Jumlah Instalasi | 69 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2014-09-23 |
Tanggal Publikasi | 2014-09-23 |
Penilaian | 3.67/5 Total 6 Penilaian |
Pengembang | technoboy85 |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clown computing", "version": "1.0", "description": "Replaces the text 'cloud' with 'clown'.", "icons": { "128": "pennywise.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |