Daily Calvin & Hobbes
Get a dose of Calvin & Hobbes to start your day.
What is Daily Calvin & Hobbes?
Daily Calvin & Hobbes is a Chrome extension developed by @sujaykhandekar, and its main feature is "Get a dose of Calvin & Hobbes to start your day.".
Extension Screenshots
Download Daily Calvin & Hobbes Extension CRX File
Download Daily Calvin & Hobbes extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Want a daily dose of Calvin & Hobbes in your browser? Open a new tab and get the daily Calvin & Hobbes strip from GoComics.com Extension Basic Information
| Name | |
| ID | okhflledjnncmkpgikalgigbnomlhapl |
| Official URL | https://chromewebstore.google.com/detail/daily-calvin-hobbes/okhflledjnncmkpgikalgigbnomlhapl |
| Description | Get a dose of Calvin & Hobbes to start your day. |
| File Size | 3 MB |
| Installation Count | 716 |
| Current Version | 1.7.2 |
| Last Updated | 2022-03-09 |
| Publish Date | 2018-05-13 |
| Rating | 5.00/5 Total 10 Ratings |
| Developer | @sujaykhandekar |
| [email protected] | |
| Payment Type | free |
| Extension Website | http://sujay.io |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Daily Calvin & Hobbes",
"description": "Get a dose of Calvin & Hobbes to start your day.",
"version": "1.7.2",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"permissions": [
"https:\/\/ajax.googleapis.com\/*",
"https:\/\/www.gocomics.com\/calvinandhobbes\/*"
],
"chrome_url_overrides": {
"newtab": "page.html"
}
} | |