Ants

A life-changing productivity hack

Ants là gì?

Ants là một tiện ích mở rộng Chrome được phát triển bởi maxwell.oliver.white, và tính năng chính của nó là "A life-changing productivity hack".

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

screenshot
screenshot

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

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

                        Have you ever looked at a webpage filled with text and wished there were way fewer words ... and way more ants? We've been there, and we've got you covered.                    

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

Tên Ants Ants
ID dkedeomphfmenkbcpcnkhpkkhiillaka
URL Chính Thức https://chromewebstore.google.com/detail/ants/dkedeomphfmenkbcpcnkhpkkhiillaka
Mô tả A life-changing productivity hack
Kích Thước Tệp 5.78 MB
Số Lần Cài Đặt 103
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2023-04-17
Ngày Phát Hành 2018-04-16
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển maxwell.oliver.white
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/DuckBrothers/Antz
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ants",
    "description": "A life-changing productivity hack",
    "version": "2.0",
    "permissions": [
        "tabs",
        "scripting"
    ],
    "action": {
        "default_title": "ReadySetGo",
        "default_icon": ".\/img\/bugKiller.png",
        "default_popup": "hello.html"
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 3
}