Tab Russian Roulette

Click the icon and one of your tabs will randomly close

ما هو Tab Russian Roulette؟

Tab Russian Roulette هو إضافة Chrome تم تطويرها بواسطة Cory Forsyth، والميزة الرئيسية لها هي "Click the icon and one of your tabs will randomly close".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Tab Russian Roulette

قم بتنزيل ملفات الامتداد Tab Russian Roulette بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                                            

معلومات أساسية عن التمديد

الاسم Tab Russian Roulette Tab Russian Roulette
ID ajafloldbkdcemphhlfjlcpdocdfpmei
عنوان URL الرسمي https://chromewebstore.google.com/detail/tab-russian-roulette/ajafloldbkdcemphhlfjlcpdocdfpmei
الوصف Click the icon and one of your tabs will randomly close
حجم الملف 18.11 KB
عدد التثبيتات 94
النسخة الحالية 0.1
آخر تحديث 2017-02-12
تاريخ النشر 2017-02-12
تقييم 5.00/5 مجموع تقييمات 1
المطور Cory Forsyth
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Russian Roulette",
    "short_name": "Tab Russian Roulette",
    "manifest_version": 2,
    "version": "0.1",
    "description": "Click the icon and one of your tabs will randomly close",
    "author": "Cory Forsyth",
    "icons": {
        "64": "icon\/hand-gun-64.png",
        "128": "icon\/hand-gun-128.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "icon\/hand-gun-128.png",
            "64": "icon\/hand-gun-64.png"
        },
        "default_title": "Tab Russian Roulette"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}