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.
Apa itu Super Refresh?
Super Refresh adalah ekstensi Chrome yang dikembangkan oleh Karl Dreher, dan fitur utamanya adalah "Refresh all the tabs! Click on the extension icon or use the keyboard shortcut to reload all open tabs in the current window.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Super Refresh
Unduh file ekstensi Super Refresh dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Super Refresh |
ID | dacnjaopeolhngffkagipnnlilhlmkhg |
URL Resmi | https://chromewebstore.google.com/detail/super-refresh/dacnjaopeolhngffkagipnnlilhlmkhg |
Deskripsi | Refresh all the tabs! Click on the extension icon or use the keyboard shortcut to reload all open tabs in the current window. |
Ukuran File | 17.54 KB |
Jumlah Instalasi | 30 |
Versi Saat Ini | 1.1.1 |
Terakhir Diperbarui | 2021-05-16 |
Tanggal Publikasi | 2021-01-26 |
Penilaian | 4.50/5 Total 2 Penilaian |
Pengembang | Karl Dreher |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/karldreher/Super-Refresh |
URL Halaman Bantuan | https://github.com/karldreher/Super-Refresh/issues |
Bahasa yang Didukung | 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" ] } |