AMP Cache Evictor

Clear AMP cached pages by a click of a button

Co je AMP Cache Evictor?

AMP Cache Evictor je rozšíření Chrome vyvinuté Genius, a jeho hlavní funkcí je „Clear AMP cached pages by a click of a button“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření AMP Cache Evictor

Stáhněte si soubory rozšíření AMP Cache Evictor ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        If you're developing AMP pages and testing it out on google's amp reader, you'll soon realize that you'll need to clear the AMP cache to see your changes. AmpProject exposes an API to do this. This extension saves you the trouble!

Just press the AMP Cache Evictor button and the amp cache will be cleared, followed by a redirection to the AMP CDNs so you don't have to!                    

Základní Informace o Rozšíření

Název AMP Cache Evictor AMP Cache Evictor
ID kdinoegjmibfplmhdldegbdcpgclpmkj
Oficiální URL https://chromewebstore.google.com/detail/amp-cache-evictor/kdinoegjmibfplmhdldegbdcpgclpmkj
Popis Clear AMP cached pages by a click of a button
Velikost souboru 14 KB
Počet instalací 107
Aktuální Verze 0.1
Poslední Aktualizace 2016-09-28
Datum Vydání 2016-09-28
Hodnocení 4.00/5 Celkem 4 Hodnocení
Vývojář Genius
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AMP Cache Evictor",
    "description": "Clear AMP cached pages by a click of a button",
    "version": "0.1",
    "manifest_version": 2,
    "icons": {
        "128": "images\/ace-128.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/cdn.ampproject.org\/update-ping\/c\/s\/*"
    ],
    "browser_action": {
        "default_icon": "images\/ace-128.png",
        "default_popup": "evict_cache.html"
    }
}