MYTD

MYTD Tab Destroyer limits tabs to increase your browsing efficiency.

ما هو MYTD؟

MYTD هو إضافة Chrome تم تطويرها بواسطة mmche12، والميزة الرئيسية لها هي "MYTD Tab Destroyer limits tabs to increase your browsing efficiency.".

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

screenshot

تحميل ملف CRX للإضافة MYTD

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

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

                        MYTD is a simple tab controller that limits the amount of tabs per window and improves your web browsing efficiency.  Set the maximum number of tabs and enjoy!                    

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

الاسم MYTD MYTD
ID dcikbgjmaafcfopfineffopjennkkcao
عنوان URL الرسمي https://chrome.google.com/webstore/detail/mytd/dcikbgjmaafcfopfineffopjennkkcao
الوصف MYTD Tab Destroyer limits tabs to increase your browsing efficiency.
حجم الملف 3.27 MB
عدد التثبيتات 32
النسخة الحالية 1.1
آخر تحديث 2017-08-10
تاريخ النشر 2017-08-10
تقييم 5.00/5 مجموع تقييمات 2
المطور mmche12
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MYTD",
    "description": "MYTD Tab Destroyer limits tabs to increase your browsing efficiency.",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icons\/mytd-icon.png",
        "default_popup": "tabcontrol.html"
    },
    "icons": {
        "16": "icons\/mytd-icon.png",
        "48": "icons\/mytd-48.png",
        "128": "icons\/mytd-128.png"
    },
    "background": {
        "scripts": [
            "tabbackground.js"
        ]
    },
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "https:\/\/ajax.googleapis.com\/"
    ]
}