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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |