AMP Cache Evictor

Clear AMP cached pages by a click of a button

Qu'est-ce que AMP Cache Evictor ?

AMP Cache Evictor est une extension Chrome développée par Genius, et sa fonction principale est "Clear AMP cached pages by a click of a button".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension AMP Cache Evictor

Téléchargez les fichiers d'extension AMP Cache Evictor 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

                        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!                    

Informations de Base sur l'Extension

Nom AMP Cache Evictor AMP Cache Evictor
ID kdinoegjmibfplmhdldegbdcpgclpmkj
URL Officiel https://chromewebstore.google.com/detail/amp-cache-evictor/kdinoegjmibfplmhdldegbdcpgclpmkj
Description Clear AMP cached pages by a click of a button
Taille du Fichier 14 KB
Nombre d'Installations 107
Version Actuelle 0.1
Dernière Mise à Jour 2016-09-28
Date de Publication 2016-09-28
Évaluation 4.00/5 Total 4 Évaluations
Développeur Genius
Type de Paiement free
Langues Prises en Charge 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"
    }
}