Auto Radio Button Checker

takes a snapshot of a page you have checked to automatically checks the buttons you access that page.

Auto Radio Button Checkerคืออะไร?

Auto Radio Button Checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย juhansae และคุณลักษณะหลักของมันคือ "takes a snapshot of a page you have checked to automatically checks the buttons you access that page."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto Radio Button Checker

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

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

                        This Chrome extension takes a snapshot of a page of radio buttons you have checked and automatically checks the buttons every time you access that page. This program is convenient for you when accessing a site where you have to check the radio buttons every time you visit.                    

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

ชื่อ Auto Radio Button Checker Auto Radio Button Checker
ID phkflnpejpgehjgficbbikeclfcageic
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/auto-radio-button-checker/phkflnpejpgehjgficbbikeclfcageic
คำอธิบาย takes a snapshot of a page you have checked to automatically checks the buttons you access that page.
ขนาดไฟล์ 44.41 KB
จำนวนการติดตั้ง 527
เวอร์ชันปัจจุบัน 0.11
อัปเดตครั้งล่าสุด 2020-09-23
วันที่เผยแพร่ 2020-09-23
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา juhansae
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Verssae/AutoRadioChecker
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auto Radio Button Checker",
    "description": "takes a snapshot of a page you have checked to automatically checks the buttons you access that page.",
    "version": "0.11",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "",
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ]
}