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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
}