Magic Word

Small chance of opening new tab each time a tab is opened. Tab is a video of Dennis Nedry saying you didn't say the magic word.

Magic Wordคืออะไร?

Magic Word เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ZackaryCLee และคุณลักษณะหลักของมันคือ "Small chance of opening new tab each time a tab is opened. Tab is a video of Dennis Nedry saying you didn't say the magic word."

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

screenshot

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

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

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

                        Small chance of opening the "Magic Word" tab each time a tab is opened. The "Magic Word" tab is a video of Dennis Nedry saying "Ah Ah Ah, you didn't say the magic word". This extension is just for a fun little Jurassic Park reference every once in a while.                    

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

ชื่อ Magic Word Magic Word
ID bfgfjcjanceofihlacofphfnpbiccbac
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/magic-word/bfgfjcjanceofihlacofphfnpbiccbac
คำอธิบาย Small chance of opening new tab each time a tab is opened. Tab is a video of Dennis Nedry saying you didn't say the magic word.
ขนาดไฟล์ 381 KB
จำนวนการติดตั้ง 74
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2019-12-14
วันที่เผยแพร่ 2019-12-14
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา ZackaryCLee
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Magic Word",
    "description": "Small chance of opening new tab each time a tab is opened. Tab is a video of Dennis Nedry saying you didn't say the magic word.",
    "version": "0.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "nedry.png"
    },
    "icons": {
        "128": "nedry.png"
    }
}