Calvin and Hobbes Explorer
Display a random Calvin and Hobbes comic strip.
Wat is Calvin and Hobbes Explorer?
Calvin and Hobbes Explorer is een Chrome-extensie ontwikkeld door Rounak Agarwal, en de belangrijkste functie is "Display a random Calvin and Hobbes comic strip.".
Extensie Screenshots
Download het CRX-bestand van de extensie Calvin and Hobbes Explorer
Download Calvin and Hobbes Explorer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Calvin and Hobbes Explorer |
ID | ehihifpjipgdhbppaihjjjnbhlfdhnfd |
Officiële URL | https://chromewebstore.google.com/detail/calvin-and-hobbes-explore/ehihifpjipgdhbppaihjjjnbhlfdhnfd |
Beschrijving | Display a random Calvin and Hobbes comic strip. |
Bestandsgrootte | 633 KB |
Aantal Installaties | 225 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2020-11-19 |
Publicatiedatum | 2020-07-23 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Rounak Agarwal |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/agarwalrounak/Calvin-and-Hobbes-Explorer |
Help Pagina-URL | https://github.com/agarwalrounak/Calvin-and-Hobbes-Explorer |
Ondersteunde Talen | 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" } } |