Calvin and Hobbes Explorer

Display a random Calvin and Hobbes comic strip.

Τι είναι το Calvin and Hobbes Explorer;

Το Calvin and Hobbes Explorer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Rounak Agarwal, και η κύρια λειτουργία του είναι "Display a random Calvin and Hobbes comic strip.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Calvin and Hobbes Explorer

Λήψη αρχείων επέκτασης Calvin and Hobbes Explorer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Calvin and Hobbes Explorer Calvin and Hobbes Explorer
ID ehihifpjipgdhbppaihjjjnbhlfdhnfd
Επίσημο URL https://chromewebstore.google.com/detail/calvin-and-hobbes-explore/ehihifpjipgdhbppaihjjjnbhlfdhnfd
Περιγραφή Display a random Calvin and Hobbes comic strip.
Μέγεθος Αρχείου 633 KB
Αριθμός Εγκαταστάσεων 225
Τρέχουσα Έκδοση 1.0.3
Τελευταία Ενημέρωση 2020-11-19
Ημερομηνία Δημοσίευσης 2020-07-23
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Rounak Agarwal
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/agarwalrounak/Calvin-and-Hobbes-Explorer
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/agarwalrounak/Calvin-and-Hobbes-Explorer
Υποστηριζόμενες Γλώσσες 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"
    }
}