Calvin and Hobbes Explorer

Display a random Calvin and Hobbes comic strip.

Was ist Calvin and Hobbes Explorer?

Calvin and Hobbes Explorer ist eine Chrome-Erweiterung, die von Rounak Agarwal entwickelt wurde, und ihr Hauptmerkmal ist "Display a random Calvin and Hobbes comic strip.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Calvin and Hobbes Explorer-Erweiterungs-CRX-Datei herunterladen

Laden Sie Calvin and Hobbes Explorer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Calvin and Hobbes Explorer Calvin and Hobbes Explorer
ID ehihifpjipgdhbppaihjjjnbhlfdhnfd
Offizielle URL https://chromewebstore.google.com/detail/calvin-and-hobbes-explore/ehihifpjipgdhbppaihjjjnbhlfdhnfd
Beschreibung Display a random Calvin and Hobbes comic strip.
Dateigröße 633 KB
Installationsanzahl 225
Aktuelle Version 1.0.3
Letztes Update 2020-11-19
Veröffentlichungsdatum 2020-07-23
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Rounak Agarwal
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/agarwalrounak/Calvin-and-Hobbes-Explorer
Hilfeseite URL https://github.com/agarwalrounak/Calvin-and-Hobbes-Explorer
Unterstützte Sprachen 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"
    }
}