caturday

Shows pictures of cats!

caturday là gì?

caturday là một tiện ích mở rộng Chrome được phát triển bởi hal313, và tính năng chính của nó là "Shows pictures of cats!".

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

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

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

                        Need a break from all the depressing news? Too much work on your plate? If you are looking for a refreshing reminder of how amazing life is - look no further! With the press of a button, you will be served up a random image of cats! Even for dog lovers, this extension is pretty fun.

Be sure to check out the GitHub project which hosts this code: https://github.com/hal313/caturday-chrome-extension                    

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

Tên caturday caturday
ID mcciciniemdaoljfnhgfahdhhkhefcfp
URL Chính Thức https://chromewebstore.google.com/detail/caturday/mcciciniemdaoljfnhgfahdhhkhefcfp
Mô tả Shows pictures of cats!
Kích Thước Tệp 95.19 KB
Số Lần Cài Đặt 54
Phiên Bản Hiện Tại 0.0.31
Cập Nhật Lần Cuối 2021-03-09
Ngày Phát Hành 2019-04-18
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển hal313
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.31",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": [],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "caturday",
        "default_popup": "popup.html"
    }
}