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はKarl Dreherによって開発されたChromeの拡張機能で、その主な機能は「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拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" ] } |