Triggered

Always be triggered.

Triggeredคืออะไร?

Triggered เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Premysl Karbula และคุณลักษณะหลักของมันคือ "Always be triggered."

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

screenshot

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

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

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

                        Don't ever forget to be triggered when on the internets. Because let's be real here; who doesn't love to be TRIGGERED all the time?

Ok, so what does it do: Highlights all words TRIGGERs detected on a page.                    

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

ชื่อ Triggered Triggered
ID okmabpohjcjiapbmckdceognophlbhcp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/triggered/okmabpohjcjiapbmckdceognophlbhcp
คำอธิบาย Always be triggered.
ขนาดไฟล์ 72.78 KB
จำนวนการติดตั้ง 22
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2017-01-10
วันที่เผยแพร่ 2017-01-10
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Premysl Karbula
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Triggered",
    "description": "Always be triggered.",
    "version": "0.1",
    "author": "Premysl Karbula",
    "homepage_url": "https:\/\/github.com\/smuuf",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "main.css"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_128.png",
        "128": "icon_512.png"
    }
}