Calvin and Hobbes Explorer
Display a random Calvin and Hobbes comic strip.
什么是Calvin and Hobbes Explorer?
Calvin and Hobbes Explorer是由Rounak Agarwal开发的Chrome扩展程序,该扩展的主要功能是“Display a random Calvin and Hobbes comic strip.”。
扩展截图
下载Calvin and Hobbes Explorer扩展crx文件
下载Calvin and Hobbes Explorer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Each time the icon is clicked, the extension displays a random Calvin and Hobbes comic strip. On clicking the add-on, initially you will be greeted by a Calvin and Hobbes GIF for the time it takes the comic strip to load. As soon as the add-on finishes fetching the comic strip, the GIF is replaced by it.
扩展基本信息
名称 | Calvin and Hobbes Explorer |
ID | ehihifpjipgdhbppaihjjjnbhlfdhnfd |
官方URL | https://chromewebstore.google.com/detail/calvin-and-hobbes-explore/ehihifpjipgdhbppaihjjjnbhlfdhnfd |
简介 | Display a random Calvin and Hobbes comic strip. |
文件大小 | 633 KB |
安装次数 | 225 |
当前版本 | 1.0.3 |
更新时间 | 2020-11-19 |
上架时间 | 2020-07-23 |
评分 | 5.00/5 共2次评分 |
开发者 | Rounak Agarwal |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/agarwalrounak/Calvin-and-Hobbes-Explorer |
帮助页面URL | https://github.com/agarwalrounak/Calvin-and-Hobbes-Explorer |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Calvin and Hobbes Explorer", "version": "1.0.3", "description": "Display a random Calvin and Hobbes comic strip.", "icons": { "16": "icons\/icon-16.png", "24": "icons\/icon-24.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "permissions": [], "browser_action": { "default_popup": "hello.html", "default_icon": "calvin_and_hobbes_icon.png" } } |