Clear & Reload
Wipe browser dumps and reloads current tab to perform cache free operations.
Hvad er Clear & Reload?
Clear & Reload er en Chrome-udvidelse udviklet af Sabarish Srinivasan, og dens hovedfunktion er "Wipe browser dumps and reloads current tab to perform cache free operations.".
Udvidelsesskærmbilleder
Download Clear & Reload-udvidelses-CRX-fil
Download Clear & Reload-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | bjliapfodonnhhonikmjgpjnophbmalk |
| Officiel URL | https://chromewebstore.google.com/detail/clear-reload/bjliapfodonnhhonikmjgpjnophbmalk |
| Beskrivelse | Wipe browser dumps and reloads current tab to perform cache free operations. |
| Filstørrelse | 21.68 KB |
| Antal Installationer | 271 |
| Nuværende Version | 1.0.2 |
| Senest Opdateret | 2020-05-06 |
| Udgivelsesdato | 2020-05-06 |
| Bedømmelse | 4.67/5 Samlet 3 Bedømmelser |
| Udvikler | Sabarish Srinivasan |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
}
} | |