AMP Cache Evictor

Clear AMP cached pages by a click of a button

Was ist AMP Cache Evictor?

AMP Cache Evictor ist eine Chrome-Erweiterung, die von Genius entwickelt wurde, und ihr Hauptmerkmal ist "Clear AMP cached pages by a click of a button".

Erweiterungsscreenshots

screenshot

AMP Cache Evictor-Erweiterungs-CRX-Datei herunterladen

Laden Sie AMP Cache Evictor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name AMP Cache Evictor AMP Cache Evictor
ID kdinoegjmibfplmhdldegbdcpgclpmkj
Offizielle URL https://chromewebstore.google.com/detail/amp-cache-evictor/kdinoegjmibfplmhdldegbdcpgclpmkj
Beschreibung Clear AMP cached pages by a click of a button
Dateigröße 14 KB
Installationsanzahl 107
Aktuelle Version 0.1
Letztes Update 2016-09-28
Veröffentlichungsdatum 2016-09-28
Bewertung 4.00/5 Insgesamt 4 Bewertungen
Entwickler Genius
Zahlungsart free
Unterstützte Sprachen 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"
    }
}