Easy Clear

A one click cache and history clearer.

Was ist Easy Clear?

Easy Clear ist eine Chrome-Erweiterung, die von garganostudios entwickelt wurde, und ihr Hauptmerkmal ist "A one click cache and history clearer.".

Easy Clear-Erweiterungs-CRX-Datei herunterladen

Laden Sie Easy Clear-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

                        This app was designed to make clearing your browser cache simpler. Previously, you had to go through the menu, open a new page to view your history, and then delete your browser history and cache. Now, its as simple as three clicks and back to business. Simply click the icon, select the optional history clear check box, and click the button.                    

Grundlegende Informationen zur Erweiterung

Name Easy Clear Easy Clear
ID dbglfobhhbhdgpnicebdieloccfedgho
Offizielle URL https://chrome.google.com/webstore/detail/easy-clear/dbglfobhhbhdgpnicebdieloccfedgho
Beschreibung A one click cache and history clearer.
Dateigröße 13.02 KB
Installationsanzahl 104
Aktuelle Version 1.2.0
Letztes Update 2016-07-20
Veröffentlichungsdatum 2016-07-19
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler garganostudios
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Clear",
    "version": "1.2.0",
    "description": "A one click cache and history clearer.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "browsingData"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "Logos\/Logo16.png",
        "48": "Logos\/Logo48.png",
        "128": "Logos\/Logo128.png"
    },
    "manifest_version": 2
}