Easy Clear

A one click cache and history clearer.

Wat is Easy Clear?

Easy Clear is een Chrome-extensie ontwikkeld door garganostudios, en de belangrijkste functie is "A one click cache and history clearer.".

Download het CRX-bestand van de extensie Easy Clear

Download Easy Clear-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Easy Clear Easy Clear
ID dbglfobhhbhdgpnicebdieloccfedgho
Officiële URL https://chrome.google.com/webstore/detail/easy-clear/dbglfobhhbhdgpnicebdieloccfedgho
Beschrijving A one click cache and history clearer.
Bestandsgrootte 13.02 KB
Aantal Installaties 104
Huidige Versie 1.2.0
Laatst Bijgewerkt 2016-07-20
Publicatiedatum 2016-07-19
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar garganostudios
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}