Calvin and Hobbes Explorer

Display a random Calvin and Hobbes comic strip.

Hvad er Calvin and Hobbes Explorer?

Calvin and Hobbes Explorer er en Chrome-udvidelse udviklet af Rounak Agarwal, og dens hovedfunktion er "Display a random Calvin and Hobbes comic strip.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Calvin and Hobbes Explorer-udvidelses-CRX-fil

Download Calvin and Hobbes Explorer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Calvin and Hobbes Explorer Calvin and Hobbes Explorer
ID ehihifpjipgdhbppaihjjjnbhlfdhnfd
Officiel URL https://chromewebstore.google.com/detail/calvin-and-hobbes-explore/ehihifpjipgdhbppaihjjjnbhlfdhnfd
Beskrivelse Display a random Calvin and Hobbes comic strip.
Filstørrelse 633 KB
Antal Installationer 225
Nuværende Version 1.0.3
Senest Opdateret 2020-11-19
Udgivelsesdato 2020-07-23
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler Rounak Agarwal
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/agarwalrounak/Calvin-and-Hobbes-Explorer
Hjælpeside-URL https://github.com/agarwalrounak/Calvin-and-Hobbes-Explorer
Understøttede Sprog 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"
    }
}