Refresh 'Em All

Refresh all tabs in Current Window. Whopping seven lines of code — no crap.

ما هو Refresh 'Em All؟

Refresh 'Em All هو إضافة Chrome تم تطويرها بواسطة Ciantic، والميزة الرئيسية لها هي "Refresh all tabs in Current Window. Whopping seven lines of code — no crap.".

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

screenshot

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

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

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

                        Refresh or reload all tabs in current window.

No new functionality will be ever introduced. Icon changes may come in future, if necessary.                    

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

الاسم Refresh 'Em All Refresh 'Em All
ID iaoghbeamaalcgoembjppfekhelajipd
عنوان URL الرسمي https://chromewebstore.google.com/detail/refresh-em-all/iaoghbeamaalcgoembjppfekhelajipd
الوصف Refresh all tabs in Current Window. Whopping seven lines of code — no crap.
حجم الملف 21.65 KB
عدد التثبيتات 610
النسخة الحالية 0.9.2
آخر تحديث 2014-11-02
تاريخ النشر 2014-11-02
تقييم 4.73/5 مجموع تقييمات 15
المطور Ciantic
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Refresh 'Em All",
    "version": "0.9.2",
    "description": "Refresh all tabs in Current Window. Whopping seven lines of code \u2014 no crap.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "icons": {
        "48": "app.png",
        "128": "app.png"
    },
    "browser_action": {
        "default_icon": "action.png",
        "default_title": "Refresh all tabs in this window"
    }
}