YOLO

This extension turns Submit buttons into YOLO buttons.

YOLOคืออะไร?

YOLO เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "This extension turns Submit buttons into YOLO buttons."

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

screenshot

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

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

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

                        Feel free to fork or send a pull request at https://github.com/dmoreh/yolo                    

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

ชื่อ YOLO YOLO
ID anjhjamgafnejbnbehclganpleacccfo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/yolo/anjhjamgafnejbnbehclganpleacccfo
คำอธิบาย This extension turns Submit buttons into YOLO buttons.
ขนาดไฟล์ 4.23 KB
จำนวนการติดตั้ง 23
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2014-08-02
วันที่เผยแพร่ 2014-08-02
คะแนน 4.60/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YOLO",
    "description": "This extension turns Submit buttons into YOLO buttons.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "yolo.js"
            ]
        }
    ],
    "permissions": [
        ""
    ]
}