Refresh All Tabs

This extension will refresh all open tabs.

ما هو Refresh All Tabs؟

Refresh All Tabs هو إضافة Chrome تم تطويرها بواسطة http://nl2bryourmind.co.za، والميزة الرئيسية لها هي "This extension will refresh all open tabs.".

تحميل ملف CRX للإضافة Refresh All Tabs

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

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

                        Refresh all your tabs, at the click of a button.                    

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

الاسم Refresh All Tabs Refresh All Tabs
ID nhbpinlffgpokedhcogkocafmdffipjb
عنوان URL الرسمي https://chrome.google.com/webstore/detail/refresh-all-tabs/nhbpinlffgpokedhcogkocafmdffipjb
الوصف This extension will refresh all open tabs.
حجم الملف 30.67 KB
عدد التثبيتات 613
النسخة الحالية 1.0
آخر تحديث 2014-09-22
تاريخ النشر 2014-09-22
تقييم 5.00/5 مجموع تقييمات 7
المطور http://nl2bryourmind.co.za
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Refresh All Tabs",
    "description": "This extension will refresh all open tabs.",
    "version": "1.0",
    "short_name": "Refresh All Tabs",
    "permissions": [
        "tabs"
    ],
    "author": "Llewellyn Collins",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}