Clear & Reload
Wipe browser dumps and reloads current tab to perform cache free operations.
Vad är Clear & Reload?
Clear & Reload är en Chrome-tillägg utvecklad av Sabarish Srinivasan, och dess huvudfunktion är "Wipe browser dumps and reloads current tab to perform cache free operations.".
Tilläggsskärmbilder
Ladda ner Clear & Reload-förlängningens CRX-fil
Ladda ner Clear & Reload-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | bjliapfodonnhhonikmjgpjnophbmalk |
| Officiell webbadress | https://chromewebstore.google.com/detail/clear-reload/bjliapfodonnhhonikmjgpjnophbmalk |
| Beskrivning | Wipe browser dumps and reloads current tab to perform cache free operations. |
| Filstorlek | 21.68 KB |
| Antal Installationer | 271 |
| Aktuell Version | 1.0.2 |
| Senast Uppdaterad | 2020-05-06 |
| Publiceringsdatum | 2020-05-06 |
| Betyg | 4.67/5 Totalt 3 Betyg |
| Utvecklare | Sabarish Srinivasan |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
} | |