Box Unchecker

Unchecks all check box list items on IGS Confluence pages.

Box Uncheckerคืออะไร?

Box Unchecker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย achaia.scbg และคุณลักษณะหลักของมันคือ "Unchecks all check box list items on IGS Confluence pages."

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

screenshot

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

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

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

                        This is a special extension created just for LO so she does not have to manually uncheck every box on her Confluence pages for release validation.                    

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

ชื่อ Box Unchecker Box Unchecker
ID bdgmnjigkmlilicnfpbjpemgckjaghbi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/box-unchecker/bdgmnjigkmlilicnfpbjpemgckjaghbi
คำอธิบาย Unchecks all check box list items on IGS Confluence pages.
ขนาดไฟล์ 40.84 KB
จำนวนการติดตั้ง 91
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2018-12-17
วันที่เผยแพร่ 2018-12-15
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา achaia.scbg
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Box Unchecker",
    "short_name": "Box Unchecker",
    "description": "Unchecks all check box list items on IGS Confluence pages.",
    "version": "1.0",
    "author": "David Yost",
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "css": [
                "plugin-style.css"
            ],
            "js": [
                "jquery.min.js",
                "content_script.js"
            ],
            "matches": [
                "https:\/\/igsenergy.atlassian.net\/*"
            ]
        }
    ],
    "icons": {
        "16": "images\/checkbox16.png",
        "32": "images\/checkbox32.png",
        "48": "images\/checkbox48.png",
        "128": "images\/checkbox128.png"
    },
    "manifest_version": 2
}