Daily Calvin & Hobbes
Presenting you with the daily Calvin & Hobbes comic strip.
Vad är Daily Calvin & Hobbes?
Daily Calvin & Hobbes är en Chrome-tillägg utvecklad av irene-lin, och dess huvudfunktion är "Presenting you with the daily Calvin & Hobbes comic strip.".
Tilläggsskärmbilder
Ladda ner Daily Calvin & Hobbes-förlängningens CRX-fil
Ladda ner Daily Calvin & Hobbes-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | cfgifaibfjjnjjffifffakeijkoohfkj |
Officiell webbadress | https://chrome.google.com/webstore/detail/daily-calvin-hobbes/cfgifaibfjjnjjffifffakeijkoohfkj |
Beskrivning | Presenting you with the daily Calvin & Hobbes comic strip. |
Filstorlek | 3.79 MB |
Antal Installationer | 13 |
Aktuell Version | 1.5 |
Senast Uppdaterad | 2018-12-29 |
Publiceringsdatum | 2018-12-29 |
Utvecklare | irene-lin |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/irene-lin/calvin-hobbes-chrome-extension |
Stödda Språk | 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" } } |