Calvin and Hobbes Explorer
Display a random Calvin and Hobbes comic strip.
Qu'est-ce que Calvin and Hobbes Explorer ?
Calvin and Hobbes Explorer est une extension Chrome développée par Rounak Agarwal, et sa fonction principale est "Display a random Calvin and Hobbes comic strip.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Calvin and Hobbes Explorer
Téléchargez les fichiers d'extension Calvin and Hobbes Explorer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Calvin and Hobbes Explorer |
ID | ehihifpjipgdhbppaihjjjnbhlfdhnfd |
URL Officiel | https://chromewebstore.google.com/detail/calvin-and-hobbes-explore/ehihifpjipgdhbppaihjjjnbhlfdhnfd |
Description | Display a random Calvin and Hobbes comic strip. |
Taille du Fichier | 633 KB |
Nombre d'Installations | 225 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2020-11-19 |
Date de Publication | 2020-07-23 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Rounak Agarwal |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/agarwalrounak/Calvin-and-Hobbes-Explorer |
URL de la Page d'Aide | https://github.com/agarwalrounak/Calvin-and-Hobbes-Explorer |
Langues Prises en Charge | 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" } } |