Daily Calvin & Hobbes
Presenting you with the daily Calvin & Hobbes comic strip.
Wat is Daily Calvin & Hobbes?
Daily Calvin & Hobbes is een Chrome-extensie ontwikkeld door irene-lin, en de belangrijkste functie is "Presenting you with the daily Calvin & Hobbes comic strip.".
Extensie Screenshots
Download het CRX-bestand van de extensie Daily Calvin & Hobbes
Download Daily Calvin & Hobbes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | cfgifaibfjjnjjffifffakeijkoohfkj |
Officiële URL | https://chrome.google.com/webstore/detail/daily-calvin-hobbes/cfgifaibfjjnjjffifffakeijkoohfkj |
Beschrijving | Presenting you with the daily Calvin & Hobbes comic strip. |
Bestandsgrootte | 3.79 MB |
Aantal Installaties | 13 |
Huidige Versie | 1.5 |
Laatst Bijgewerkt | 2018-12-29 |
Publicatiedatum | 2018-12-29 |
Ontwikkelaar | irene-lin |
Betalingswijze | free |
Extensiewebsite | https://github.com/irene-lin/calvin-hobbes-chrome-extension |
Ondersteunde Talen | 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" } } |