Duplicate Tab Killer!

This is an extension for removing the duplicate tabs!

ما هو Duplicate Tab Killer!؟

Duplicate Tab Killer! هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "This is an extension for removing the duplicate tabs!".

تحميل ملف CRX للإضافة Duplicate Tab Killer!

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

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

                        Getting tired of having so many duplicated tabs open?
This plugin can remove those duplicate tabs by just clicking the shortcut.
The shortcut for Mac user:  "Command+Shift+1"
The shortcut for Windows user: "Ctrl+Shift+1"                    

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

الاسم Duplicate Tab Killer! Duplicate Tab Killer!
ID jfjefgepcfillfepaobiikcidonkndoo
عنوان URL الرسمي https://chromewebstore.google.com/detail/duplicate-tab-killer/jfjefgepcfillfepaobiikcidonkndoo
الوصف This is an extension for removing the duplicate tabs!
حجم الملف 201 KB
عدد التثبيتات 36
النسخة الحالية 1.0.1
آخر تحديث 2018-04-05
تاريخ النشر 2018-04-04
المطور Unknown
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Duplicate Tab Killer!",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "This is an extension for removing the duplicate tabs!",
    "permissions": [
        "tabs"
    ],
    "commands": {
        "record-tab-names": {
            "suggested_key": {
                "default": "Ctrl+Shift+1",
                "mac": "Command+Shift+1"
            },
            "description": "remove duplicated tabs"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}