Clear & Reload
Wipe browser dumps and reloads current tab to perform cache free operations.
Apa itu Clear & Reload?
Clear & Reload adalah ekstensi Chrome yang dikembangkan oleh Sabarish Srinivasan, dan fitur utamanya adalah "Wipe browser dumps and reloads current tab to perform cache free operations.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Clear & Reload
Unduh file ekstensi Clear & Reload 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
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.
Informasi Dasar Ekstensi
Nama | Clear & Reload |
ID | bjliapfodonnhhonikmjgpjnophbmalk |
URL Resmi | https://chromewebstore.google.com/detail/clear-reload/bjliapfodonnhhonikmjgpjnophbmalk |
Deskripsi | Wipe browser dumps and reloads current tab to perform cache free operations. |
Ukuran File | 21.68 KB |
Jumlah Instalasi | 271 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2020-05-06 |
Tanggal Publikasi | 2020-05-06 |
Penilaian | 4.67/5 Total 3 Penilaian |
Pengembang | Sabarish Srinivasan |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } } |