Calvin and Hobbes Explorer

Display a random Calvin and Hobbes comic strip.

Calvin and Hobbes Explorer là gì?

Calvin and Hobbes Explorer là một tiện ích mở rộng Chrome được phát triển bởi Rounak Agarwal, và tính năng chính của nó là "Display a random Calvin and Hobbes comic strip.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Calvin and Hobbes Explorer

Tải xuống các tệp mở rộng Calvin and Hobbes Explorer 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

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Calvin and Hobbes Explorer Calvin and Hobbes Explorer
ID ehihifpjipgdhbppaihjjjnbhlfdhnfd
URL Chính Thức https://chromewebstore.google.com/detail/calvin-and-hobbes-explore/ehihifpjipgdhbppaihjjjnbhlfdhnfd
Mô tả Display a random Calvin and Hobbes comic strip.
Kích Thước Tệp 633 KB
Số Lần Cài Đặt 225
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2020-11-19
Ngày Phát Hành 2020-07-23
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Rounak Agarwal
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/agarwalrounak/Calvin-and-Hobbes-Explorer
URL Trang Trợ Giúp https://github.com/agarwalrounak/Calvin-and-Hobbes-Explorer
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}