Easy Clear
A one click cache and history clearer.
Qu'est-ce que Easy Clear ?
Easy Clear est une extension Chrome développée par garganostudios, et sa fonction principale est "A one click cache and history clearer.".
Télécharger le fichier CRX de l'extension Easy Clear
Téléchargez les fichiers d'extension Easy Clear au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | dbglfobhhbhdgpnicebdieloccfedgho |
URL Officiel | https://chrome.google.com/webstore/detail/easy-clear/dbglfobhhbhdgpnicebdieloccfedgho |
Description | A one click cache and history clearer. |
Taille du Fichier | 13.02 KB |
Nombre d'Installations | 104 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2016-07-20 |
Date de Publication | 2016-07-19 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | garganostudios |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |