Inception Button

Adds a button that will play the inception sound.

Inception Buttonคืออะไร?

Inception Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Deshawn B Williams และคุณลักษณะหลักของมันคือ "Adds a button that will play the inception sound."

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

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

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

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

                        This provides a button that allows you to make the inception sound.

The sound clip is considered fair us under Title 17 of the United States Code, Chapter 1, § 107A (3) and (4)                    

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

ชื่อ Inception Button Inception Button
ID bomipglfgpeaeailgdcgkcppjhkgbhoh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/inception-button/bomipglfgpeaeailgdcgkcppjhkgbhoh
คำอธิบาย Adds a button that will play the inception sound.
ขนาดไฟล์ 838 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2013-04-05
วันที่เผยแพร่ 2013-04-05
คะแนน 4.81/5 รวมทั้งหมด 21 คะแนน
ผู้พัฒนา Deshawn B Williams
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "browser_action": {
        "default_icon": "button16.png",
        "default_title": "Inception"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Adds a button that will play the inception sound.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "Inception Button",
    "permissions": [],
    "icons": {
        "48": "button48.png",
        "128": "button128.png",
        "16": "button16.png"
    },
    "manifest_version": 2,
    "version": "1.4"
}