Calvin and Hobbes Explorer
Display a random Calvin and Hobbes comic strip.
Cos'è Calvin and Hobbes Explorer?
Calvin and Hobbes Explorer è un'estensione di Chrome sviluppata da Rounak Agarwal, e la sua funzione principale è "Display a random Calvin and Hobbes comic strip.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Calvin and Hobbes Explorer
Scarica i file di estensione Calvin and Hobbes Explorer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Calvin and Hobbes Explorer |
ID | ehihifpjipgdhbppaihjjjnbhlfdhnfd |
URL Ufficiale | https://chromewebstore.google.com/detail/calvin-and-hobbes-explore/ehihifpjipgdhbppaihjjjnbhlfdhnfd |
Descrizione | Display a random Calvin and Hobbes comic strip. |
Dimensione del File | 633 KB |
Conteggio Installazioni | 225 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2020-11-19 |
Data di Pubblicazione | 2020-07-23 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Rounak Agarwal |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/agarwalrounak/Calvin-and-Hobbes-Explorer |
URL della Pagina di Aiuto | https://github.com/agarwalrounak/Calvin-and-Hobbes-Explorer |
Lingue Supportate | 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" } } |