Clear & Reload

Wipe browser dumps and reloads current tab to perform cache free operations.

Was ist Clear & Reload?

Clear & Reload ist eine Chrome-Erweiterung, die von Sabarish Srinivasan entwickelt wurde, und ihr Hauptmerkmal ist "Wipe browser dumps and reloads current tab to perform cache free operations.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Clear & Reload-Erweiterungs-CRX-Datei herunterladen

Laden Sie Clear & Reload-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Clear & Reload Clear & Reload
ID bjliapfodonnhhonikmjgpjnophbmalk
Offizielle URL https://chromewebstore.google.com/detail/clear-reload/bjliapfodonnhhonikmjgpjnophbmalk
Beschreibung Wipe browser dumps and reloads current tab to perform cache free operations.
Dateigröße 21.68 KB
Installationsanzahl 271
Aktuelle Version 1.0.2
Letztes Update 2020-05-06
Veröffentlichungsdatum 2020-05-06
Bewertung 4.67/5 Insgesamt 3 Bewertungen
Entwickler Sabarish Srinivasan
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        ]
    }
}