cats.

There are no uninteresting cats; only uninterested people.

cats. là gì?

cats. là một tiện ích mở rộng Chrome được phát triển bởi B Jones, và tính năng chính của nó là "There are no uninteresting cats; only uninterested people.".

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

screenshot

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

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

                        An extension that is aptly named - it will provide you with cats, with perhaps about once per month a bunny or dog sneaking in.

There is no purpose to this extension beyond making you smile one additional time each day.


Upon installation, the extension will add a small browser button. Clicking it will produce your daily cat. It will never introduce itself unless you click the button. 

You can click the button as often as you like, but a new cat will only appear overnight. Each day has its own cat, like a picture calendar.                    

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

Tên cats. cats.
ID pdfklfdfahcjkkkogigggbfhbojcnhgb
URL Chính Thức https://chrome.google.com/webstore/detail/cats/pdfklfdfahcjkkkogigggbfhbojcnhgb
Mô tả There are no uninteresting cats; only uninterested people.
Kích Thước Tệp 52.88 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 0.46
Cập Nhật Lần Cuối 2018-09-25
Ngày Phát Hành 2018-09-25
Đánh Giá 4.33/5 Tổng số 668 Đánh Giá
Nhà Phát Triển B Jones
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "cats.",
    "version": "0.46",
    "background": {
        "page": "content\/background.html"
    },
    "permissions": [
        "notifications",
        "http:\/\/*\/*",
        "webRequest",
        "webRequestBlocking",
        "storage"
    ],
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/pdfklfdfahcjkkkogigggbfhbojcnhgb",
    "description": "There are no uninteresting cats; only uninterested people.",
    "minimum_chrome_version": "17.0",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "128": "icons\/icon-128.png",
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png"
    },
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icons\/icon-19.png",
        "default_title": "old cat",
        "default_popup": "content\/cats.html"
    },
    "web_accessible_resources": [
        "icons\/icon-16.png"
    ]
}