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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |