Refresh All Tabs

Refresh all tabs, bypassing locally stored cache (aka hard-refresh). That is all.

ما هو Refresh All Tabs؟

Refresh All Tabs هو إضافة Chrome تم تطويرها بواسطة Kingston Fung، والميزة الرئيسية لها هي "Refresh all tabs, bypassing locally stored cache (aka hard-refresh). That is all.".

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

screenshot

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

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

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

                        Hard refresh all tabs on the active window. No frills, no secrets, no hidden quirks. Just click to refresh your tabs!                    

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

الاسم Refresh All Tabs Refresh All Tabs
ID admnmicookbgmlgijaaonkeeclaoigch
عنوان URL الرسمي https://chromewebstore.google.com/detail/refresh-all-tabs/admnmicookbgmlgijaaonkeeclaoigch
الوصف Refresh all tabs, bypassing locally stored cache (aka hard-refresh). That is all.
حجم الملف 19.66 KB
عدد التثبيتات 356
النسخة الحالية 0.0.0.1
آخر تحديث 2023-07-08
تاريخ النشر 2020-10-05
تقييم 5.00/5 مجموع تقييمات 4
المطور Kingston Fung
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/kingstonfung/refresh-all-tabs
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Refresh All Tabs",
    "version": "0.0.0.1",
    "manifest_version": 2,
    "description": "Refresh all tabs, bypassing locally stored cache (aka hard-refresh). That is all.",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon128.png",
        "default_title": "Refresh All Tabs"
    },
    "background": {
        "scripts": [
            "js\/refresh-all-tabs.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs"
    ]
}