Blink

Implements the essential tag.

Blinkคืออะไร?

Blink เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Blinky และคุณลักษณะหลักของมันคือ "Implements the essential tag."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        This extension implements the missing  tag, thereby finally bringing Chrome to feature parity with the popular Netscape Navigator.                    

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

ชื่อ Blink Blink
ID kmlnojkpcddgmeehpahahoddmndpndmh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/blink/kmlnojkpcddgmeehpahahoddmndpndmh
คำอธิบาย Implements the essential tag.
ขนาดไฟล์ 22.13 KB
จำนวนการติดตั้ง 290
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2017-10-16
วันที่เผยแพร่ 2017-10-16
ผู้พัฒนา Blinky
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Blink",
    "description": "Implements the essential  tag.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "blink.js"
            ]
        }
    ],
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    }
}