AMP Cache Evictor
Clear AMP cached pages by a click of a button
Cos'è AMP Cache Evictor?
AMP Cache Evictor è un'estensione di Chrome sviluppata da Genius, e la sua funzione principale è "Clear AMP cached pages by a click of a button".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AMP Cache Evictor
Scarica i file di estensione AMP Cache Evictor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | AMP Cache Evictor |
ID | kdinoegjmibfplmhdldegbdcpgclpmkj |
URL Ufficiale | https://chromewebstore.google.com/detail/amp-cache-evictor/kdinoegjmibfplmhdldegbdcpgclpmkj |
Descrizione | Clear AMP cached pages by a click of a button |
Dimensione del File | 14 KB |
Conteggio Installazioni | 107 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2016-09-28 |
Data di Pubblicazione | 2016-09-28 |
Valutazione | 4.00/5 Totale 4 Valutazioni |
Sviluppatore | Genius |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |