Auto Close Tab

This extension runs in the background and will close any tab opened where the URL begins with ie:http

ما هو Auto Close Tab؟

Auto Close Tab هو إضافة Chrome تم تطويرها بواسطة newpscoder، والميزة الرئيسية لها هي "This extension runs in the background and will close any tab opened where the URL begins with ie:http".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Auto Close Tab

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

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

                        This extension runs in the background and will open any URL formatted with ie:http in Internet Explorer. In addition the tab that is opened in Chrome will be automatically closed in 3 seconds.

Required is a registry key update for full functionality. Please see the following website for information.

https://stackoverflow.com/questions/28744149/launch-ie-from-a-link-in-chrome                    

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

الاسم Auto Close Tab Auto Close Tab
ID hknjefkfmlpbipmkkfhebdpphfmkpnjm
عنوان URL الرسمي https://chromewebstore.google.com/detail/auto-close-tab/hknjefkfmlpbipmkkfhebdpphfmkpnjm
الوصف This extension runs in the background and will close any tab opened where the URL begins with ie:http
حجم الملف 3.21 KB
عدد التثبيتات 482
النسخة الحالية 2.0
آخر تحديث 2018-12-20
تاريخ النشر 2018-12-20
تقييم 2.00/5 مجموع تقييمات 4
المطور newpscoder
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auto Close Tab",
    "version": "2.0",
    "description": "This extension runs in the background and will close any tab opened where the URL begins with ie:http",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}