Calvin and Hobbes Explorer
Display a random Calvin and Hobbes comic strip.
Apa itu Calvin and Hobbes Explorer?
Calvin and Hobbes Explorer adalah ekstensi Chrome yang dikembangkan oleh Rounak Agarwal, dan fitur utamanya adalah "Display a random Calvin and Hobbes comic strip.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Calvin and Hobbes Explorer
Unduh file ekstensi Calvin and Hobbes Explorer 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
Each time the icon is clicked, the extension displays a random Calvin and Hobbes comic strip. On clicking the add-on, initially you will be greeted by a Calvin and Hobbes GIF for the time it takes the comic strip to load. As soon as the add-on finishes fetching the comic strip, the GIF is replaced by it.
Informasi Dasar Ekstensi
Nama | Calvin and Hobbes Explorer |
ID | ehihifpjipgdhbppaihjjjnbhlfdhnfd |
URL Resmi | https://chromewebstore.google.com/detail/calvin-and-hobbes-explore/ehihifpjipgdhbppaihjjjnbhlfdhnfd |
Deskripsi | Display a random Calvin and Hobbes comic strip. |
Ukuran File | 633 KB |
Jumlah Instalasi | 225 |
Versi Saat Ini | 1.0.3 |
Terakhir Diperbarui | 2020-11-19 |
Tanggal Publikasi | 2020-07-23 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Rounak Agarwal |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/agarwalrounak/Calvin-and-Hobbes-Explorer |
URL Halaman Bantuan | https://github.com/agarwalrounak/Calvin-and-Hobbes-Explorer |
Bahasa yang Didukung | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Calvin and Hobbes Explorer", "version": "1.0.3", "description": "Display a random Calvin and Hobbes comic strip.", "icons": { "16": "icons\/icon-16.png", "24": "icons\/icon-24.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "permissions": [], "browser_action": { "default_popup": "hello.html", "default_icon": "calvin_and_hobbes_icon.png" } } |