Catify

Catify your websites

Catify là gì?

Catify là một tiện ích mở rộng Chrome được phát triển bởi Juan Ospina, và tính năng chính của nó là "Catify your websites".

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

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

                        Add dancing cats to any website, you can drag them around the page and double click to remove them :D                    

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

Tên Catify Catify
ID dabdoepdoakdbophgafmdfanehcalgjk
URL Chính Thức https://chromewebstore.google.com/detail/catify/dabdoepdoakdbophgafmdfanehcalgjk
Mô tả Catify your websites
Kích Thước Tệp 171 KB
Số Lần Cài Đặt 88
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2018-03-12
Ngày Phát Hành 2018-03-12
Nhà Phát Triển Juan Ospina
Email [email protected]
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",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html",
        "default_title": "Traduce"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "interact.js"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Catify your websites",
    "manifest_version": 2,
    "name": "Catify",
    "permissions": [
        "activeTab"
    ],
    "version": "2.0"
}