Calvin and Hobbes Explorer

Display a random Calvin and Hobbes comic strip.

Co to jest Calvin and Hobbes Explorer?

Calvin and Hobbes Explorer to rozszerzenie Chrome opracowane przez Rounak Agarwal, a jego główną funkcją jest „Display a random Calvin and Hobbes comic strip.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Calvin and Hobbes Explorer

Pobierz pliki rozszerzeń Calvin and Hobbes Explorer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Calvin and Hobbes Explorer Calvin and Hobbes Explorer
ID ehihifpjipgdhbppaihjjjnbhlfdhnfd
Oficjalny URL https://chromewebstore.google.com/detail/calvin-and-hobbes-explore/ehihifpjipgdhbppaihjjjnbhlfdhnfd
Opis Display a random Calvin and Hobbes comic strip.
Rozmiar pliku 633 KB
Liczba instalacji 225
Aktualna Wersja 1.0.3
Ostatnia Aktualizacja 2020-11-19
Data Publikacji 2020-07-23
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Rounak Agarwal
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/agarwalrounak/Calvin-and-Hobbes-Explorer
Adres URL Strony Pomocy https://github.com/agarwalrounak/Calvin-and-Hobbes-Explorer
Obsługiwane Języki 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"
    }
}