Daily Calvin & Hobbes
Presenting you with the daily Calvin & Hobbes comic strip.
Qu'est-ce que Daily Calvin & Hobbes ?
Daily Calvin & Hobbes est une extension Chrome développée par irene-lin, et sa fonction principale est "Presenting you with the daily Calvin & Hobbes comic strip.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Daily Calvin & Hobbes
Téléchargez les fichiers d'extension Daily Calvin & Hobbes 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
An ajax call is used to get the daily comic from http://www.gocomics.com/calvinandhobbes. The date is displayed above the comic and the background is randomized. Each background image is positioned uniquely for the most optimal aesthetics such that resizing has minimal effects. The background image changes every 30 seconds or on a mouse click.
Informations de Base sur l'Extension
Nom | |
ID | cfgifaibfjjnjjffifffakeijkoohfkj |
URL Officiel | https://chrome.google.com/webstore/detail/daily-calvin-hobbes/cfgifaibfjjnjjffifffakeijkoohfkj |
Description | Presenting you with the daily Calvin & Hobbes comic strip. |
Taille du Fichier | 3.79 MB |
Nombre d'Installations | 13 |
Version Actuelle | 1.5 |
Dernière Mise à Jour | 2018-12-29 |
Date de Publication | 2018-12-29 |
Développeur | irene-lin |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/irene-lin/calvin-hobbes-chrome-extension |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Daily Calvin & Hobbes", "description": "Presenting you with the daily Calvin & Hobbes comic strip.", "version": "1.5", "browser_action": { "default_icon": "icon.png" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/", "http:\/\/www.gocomics.com\/calvinandhobbes" ], "chrome_url_overrides": { "newtab": "page.html" } } |