Easy Clear

A one click cache and history clearer.

Vad är Easy Clear?

Easy Clear är en Chrome-tillägg utvecklad av garganostudios, och dess huvudfunktion är "A one click cache and history clearer.".

Ladda ner Easy Clear-förlängningens CRX-fil

Ladda ner Easy Clear-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Easy Clear Easy Clear
ID dbglfobhhbhdgpnicebdieloccfedgho
Officiell webbadress https://chrome.google.com/webstore/detail/easy-clear/dbglfobhhbhdgpnicebdieloccfedgho
Beskrivning A one click cache and history clearer.
Filstorlek 13.02 KB
Antal Installationer 104
Aktuell Version 1.2.0
Senast Uppdaterad 2016-07-20
Publiceringsdatum 2016-07-19
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare garganostudios
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}