Super Refresh
Refresh all the tabs! Click on the extension icon or use the keyboard shortcut to reload all open tabs in the current window.
ما هو Super Refresh؟
Super Refresh هو إضافة Chrome تم تطويرها بواسطة Karl Dreher، والميزة الرئيسية لها هي "Refresh all the tabs! Click on the extension icon or use the keyboard shortcut to reload all open tabs in the current window.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Super Refresh
قم بتنزيل ملفات الامتداد Super Refresh بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Either click the extension icon, or use the keyboard shortcut (default: Ctrl-Shift-5) to refresh all tabs in the open window. As of version 1.1.1 you are able to set options for the extension: Include Tabs with Audio (default: Off): This setting allows refreshing only tabs that are not audible. Refresh your tabs while not interrupting your music! Always bypass cache (default: Off): Control whether you want to bypass cache whenever Super Refresh is invoked.
معلومات أساسية عن التمديد
الاسم | Super Refresh |
ID | dacnjaopeolhngffkagipnnlilhlmkhg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/super-refresh/dacnjaopeolhngffkagipnnlilhlmkhg |
الوصف | Refresh all the tabs! Click on the extension icon or use the keyboard shortcut to reload all open tabs in the current window. |
حجم الملف | 17.54 KB |
عدد التثبيتات | 30 |
النسخة الحالية | 1.1.1 |
آخر تحديث | 2021-05-16 |
تاريخ النشر | 2021-01-26 |
تقييم | 4.50/5 مجموع تقييمات 2 |
المطور | Karl Dreher |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/karldreher/Super-Refresh |
عنوان صفحة المساعدة | https://github.com/karldreher/Super-Refresh/issues |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Super Refresh", "version": "1.1.1", "description": "Refresh all the tabs! Click on the extension icon or use the keyboard shortcut to reload all open tabs in the current window.", "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": [], "commands": { "refreshAll": { "suggested_key": { "default": "Shift+Ctrl+5" }, "description": "Refresh all the tabs!" } }, "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "storage" ] } |