Super Refresh

One button to refresh all tabs

ما هو Super Refresh؟

Super Refresh هو إضافة Chrome تم تطويرها بواسطة Becky Mason، والميزة الرئيسية لها هي "One button to refresh all tabs".

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

screenshot

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

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

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

                        Super Refresh refreshes all tabs using one button.

Features:
- Refresh all tabs
- Prevent cache
- Disable website alerts like “Do you want to leave the page”                    

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

الاسم Super Refresh Super Refresh
ID jfhbiggobcnahlbbmnajejlchndbicpn
عنوان URL الرسمي https://chrome.google.com/webstore/detail/super-refresh/jfhbiggobcnahlbbmnajejlchndbicpn
الوصف One button to refresh all tabs
حجم الملف 78.61 KB
عدد التثبيتات 55
النسخة الحالية 2.4.5
آخر تحديث 2021-01-30
تاريخ النشر 2021-01-30
تقييم 5.00/5 مجموع تقييمات 1
المطور Becky Mason
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.notion.so/Privacy-policy-Super-Refresh-a053e86bc59046f5a24ef729c85c03bb
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "icons\/inactive.png"
        },
        "default_title": "__MSG_app_name__"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/*.googleapis.com https:\/\/www.googletagmanager.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_app_desc__",
    "icons": {
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "16": "icons\/icon-16.png"
    },
    "manifest_version": 2,
    "name": "__MSG_app_name__",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "version": "2.4.5"
}