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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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 |
Διεύθυνση URL της Σελίδας Βοήθειας | 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" ] } |