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 |
官方網址 | 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" } } |