Daily Calvin & Hobbes
Presenting you with the daily Calvin & Hobbes comic strip.
Daily Calvin & Hobbes là gì?
Daily Calvin & Hobbes là một tiện ích mở rộng Chrome được phát triển bởi irene-lin, và tính năng chính của nó là "Presenting you with the daily Calvin & Hobbes comic strip.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Daily Calvin & Hobbes
Tải xuống các tệp mở rộng Daily Calvin & Hobbes dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | cfgifaibfjjnjjffifffakeijkoohfkj |
URL Chính Thức | https://chrome.google.com/webstore/detail/daily-calvin-hobbes/cfgifaibfjjnjjffifffakeijkoohfkj |
Mô tả | Presenting you with the daily Calvin & Hobbes comic strip. |
Kích Thước Tệp | 3.79 MB |
Số Lần Cài Đặt | 13 |
Phiên Bản Hiện Tại | 1.5 |
Cập Nhật Lần Cuối | 2018-12-29 |
Ngày Phát Hành | 2018-12-29 |
Nhà Phát Triển | irene-lin |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/irene-lin/calvin-hobbes-chrome-extension |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |