Easy Clear
A one click cache and history clearer.
Cos'è Easy Clear?
Easy Clear è un'estensione di Chrome sviluppata da garganostudios, e la sua funzione principale è "A one click cache and history clearer.".
Scarica il file CRX dell'estensione Easy Clear
Scarica i file di estensione Easy Clear in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | dbglfobhhbhdgpnicebdieloccfedgho |
URL Ufficiale | https://chrome.google.com/webstore/detail/easy-clear/dbglfobhhbhdgpnicebdieloccfedgho |
Descrizione | A one click cache and history clearer. |
Dimensione del File | 13.02 KB |
Conteggio Installazioni | 104 |
Versione Corrente | 1.2.0 |
Ultimo Aggiornamento | 2016-07-20 |
Data di Pubblicazione | 2016-07-19 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | garganostudios |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |