Refresh All Tabs
Refresh all tabs, bypassing locally stored cache (aka hard-refresh). That is all.
Refresh All Tabsとは何ですか?
Refresh All TabsはKingston Fungによって開発されたChromeの拡張機能で、その主な機能は「Refresh all tabs, bypassing locally stored cache (aka hard-refresh). That is all.」です。
拡張機能のスクリーンショット
Refresh All Tabs拡張機能のCRXファイルをダウンロード
Refresh All Tabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Hard refresh all tabs on the active window. No frills, no secrets, no hidden quirks. Just click to refresh your tabs!
拡張機能の基本情報
名前 | Refresh All Tabs |
ID | admnmicookbgmlgijaaonkeeclaoigch |
公式URL | https://chromewebstore.google.com/detail/refresh-all-tabs/admnmicookbgmlgijaaonkeeclaoigch |
説明 | Refresh all tabs, bypassing locally stored cache (aka hard-refresh). That is all. |
ファイルサイズ | 19.66 KB |
インストール数 | 356 |
現在のバージョン | 0.0.0.1 |
最終更新日 | 2023-07-08 |
公開日 | 2020-10-05 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | Kingston Fung |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/kingstonfung/refresh-all-tabs |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Refresh All Tabs", "version": "0.0.0.1", "manifest_version": 2, "description": "Refresh all tabs, bypassing locally stored cache (aka hard-refresh). That is all.", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": "img\/icon128.png", "default_title": "Refresh All Tabs" }, "background": { "scripts": [ "js\/refresh-all-tabs.js" ], "persistent": false }, "permissions": [ "tabs" ] } |