AMP Cache Evictor
Clear AMP cached pages by a click of a button
O que é AMP Cache Evictor?
AMP Cache Evictor é uma extensão do Chrome desenvolvida por Genius, e sua principal característica é "Clear AMP cached pages by a click of a button".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão AMP Cache Evictor
Baixe arquivos de extensão AMP Cache Evictor no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | AMP Cache Evictor |
ID | kdinoegjmibfplmhdldegbdcpgclpmkj |
URL Oficial | https://chromewebstore.google.com/detail/amp-cache-evictor/kdinoegjmibfplmhdldegbdcpgclpmkj |
Descrição | Clear AMP cached pages by a click of a button |
Tamanho do Arquivo | 14 KB |
Contagem de Instalações | 107 |
Versão Atual | 0.1 |
Última Atualização | 2016-09-28 |
Data de Publicação | 2016-09-28 |
Classificação | 4.00/5 Total de 4 Avaliações |
Desenvolvedor | Genius |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |