Clear & Reload
Wipe browser dumps and reloads current tab to perform cache free operations.
Clear & Reloadとは何ですか?
Clear & ReloadはSabarish Srinivasanによって開発されたChromeの拡張機能で、その主な機能は「Wipe browser dumps and reloads current tab to perform cache free operations.」です。
拡張機能のスクリーンショット
Clear & Reload拡張機能のCRXファイルをダウンロード
Clear & Reload拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simple extension help you to clear Caches,Cookies,History and Download history and much more. Also, it reloads the current tab after clearing to make developers/testers to test the application quickly without any cache holding problems.
拡張機能の基本情報
名前 | Clear & Reload |
ID | bjliapfodonnhhonikmjgpjnophbmalk |
公式URL | https://chromewebstore.google.com/detail/clear-reload/bjliapfodonnhhonikmjgpjnophbmalk |
説明 | Wipe browser dumps and reloads current tab to perform cache free operations. |
ファイルサイズ | 21.68 KB |
インストール数 | 271 |
現在のバージョン | 1.0.2 |
最終更新日 | 2020-05-06 |
公開日 | 2020-05-06 |
評価 | 4.67/5 合計 3 レビュー |
開発者 | Sabarish Srinivasan |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clear & Reload", "version": "1.0.2", "description": "Wipe browser dumps and reloads current tab to perform cache free operations.", "browser_action": { "default_icon": "icons\/icon128.png" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "browsingData" ], "background": { "scripts": [ "background.js" ] } } |