Ahero Extension

Browser extension that supports the Ahero app. Get focused by blocking sites, planning your day, and setting long term goals.

Ahero Extensionคืออะไร?

Ahero Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sidekick และคุณลักษณะหลักของมันคือ "Browser extension that supports the Ahero app. Get focused by blocking sites, planning your day, and setting long term goals."

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

screenshot
screenshot
screenshot

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

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

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

                        Browser extension that supports the Windows version of the Ahero app. Get focused by blocking sites, planning your day, and setting long term goals.                    

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

ชื่อ Ahero Extension Ahero Extension
ID hnmindbmmjgfpidamckcmlkcaaajgkfd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ahero-extension/hnmindbmmjgfpidamckcmlkcaaajgkfd
คำอธิบาย Browser extension that supports the Ahero app. Get focused by blocking sites, planning your day, and setting long term goals.
ขนาดไฟล์ 12.38 KB
จำนวนการติดตั้ง 41
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2022-11-13
วันที่เผยแพร่ 2022-11-12
ผู้พัฒนา Sidekick
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.thesidekick.app/
URL หน้านโยบายความเป็นส่วนตัว https://thesidekick.app/policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ahero Extension",
    "version": "1.0.0",
    "manifest_version": 3,
    "description": "Browser extension that supports the Ahero app. Get focused by blocking sites, planning your day, and setting long term goals.",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "64": "images\/64x64.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/16x16.png",
            "32": "images\/32x32.png",
            "64": "images\/64x64.png"
        },
        "default_popup": "popup.html"
    }
}