Ants

A life-changing productivity hack

Antsคืออะไร?

Ants เป็นส่วนขยายของ Chrome ที่พัฒนาโดย maxwell.oliver.white และคุณลักษณะหลักของมันคือ "A life-changing productivity hack"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ants

ดาวน์โหลดไฟล์ส่วนขยาย Ants ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Ants Ants
ID dkedeomphfmenkbcpcnkhpkkhiillaka
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ants/dkedeomphfmenkbcpcnkhpkkhiillaka
คำอธิบาย A life-changing productivity hack
ขนาดไฟล์ 5.78 MB
จำนวนการติดตั้ง 103
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2023-04-17
วันที่เผยแพร่ 2018-04-16
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา maxwell.oliver.white
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/DuckBrothers/Antz
ภาษาที่รองรับ 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
}