Refresh all windows

This will refresh all tabs in all windows.

ما هو Refresh all windows؟

Refresh all windows هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "This will refresh all tabs in all windows.".

تحميل ملف CRX للإضافة Refresh all windows

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

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

                        Refresh all tabs in all windows at once.                    

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

الاسم Refresh all windows Refresh all windows
ID jbmkeloifnkohclofiomelojjgpdjjcp
عنوان URL الرسمي https://chromewebstore.google.com/detail/refresh-all-windows/jbmkeloifnkohclofiomelojjgpdjjcp
الوصف This will refresh all tabs in all windows.
حجم الملف 7.98 KB
عدد التثبيتات 1,107
النسخة الحالية 1.0
آخر تحديث 2017-06-21
تاريخ النشر 2017-06-20
تقييم 4.50/5 مجموع تقييمات 6
المطور Unknown
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Refresh all windows",
    "description": "This will refresh all tabs in all windows.",
    "version": "1.0",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Refresh all tabs in all windows!"
    },
    "permissions": [
        "tabs",
        "windows"
    ]
}