Refresh Session
Close every tabs and open a new one
ما هو Refresh Session؟
Refresh Session هو إضافة Chrome تم تطويرها بواسطة https://lukaspolak.com، والميزة الرئيسية لها هي "Close every tabs and open a new one".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Refresh Session
قم بتنزيل ملفات الامتداد Refresh Session بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
                        Close every tabs and open a new one with a single click. Just press the "Refresh Session" toolbar button and see the magic!
Now you can even change the extension icon color!
Just right-click on the extension, pick an "Options," and choose your preferred color theme.                     معلومات أساسية عن التمديد
| الاسم |   |  
| ID | achnlocgnadfecanoeeppgapceogdhce | 
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/refresh-session/achnlocgnadfecanoeeppgapceogdhce | 
| الوصف | Close every tabs and open a new one | 
| حجم الملف | 91.69 KB | 
| عدد التثبيتات | 27 | 
| النسخة الحالية | 1.0 | 
| آخر تحديث | 2021-12-20 | 
| تاريخ النشر | 2021-12-19 | 
| المطور | https://lukaspolak.com | 
| البريد الإلكتروني | [email protected] | 
| نوع الدفع | free | 
| موقع الإضافة | https://www.lukaspolak.com/projects/chrome-extensions/refresh-session | 
| عنوان صفحة المساعدة | https://www.lukaspolak.com/projects/chrome-extensions/refresh-session/support | 
| اللغات المدعومة | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Refresh Session",
    "description": "Close every tabs and open a new one",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/icon-light-16.png",
            "32": "\/images\/icon-light-32.png",
            "48": "\/images\/icon-light-48.png",
            "128": "\/images\/icon-light-128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon-light-16.png",
        "32": "\/images\/icon-light-32.png",
        "48": "\/images\/icon-light-48.png",
        "128": "\/images\/icon-light-128.png"
    }
}  |  |