AMP Cache Evictor

Clear AMP cached pages by a click of a button

什么是AMP Cache Evictor?

AMP Cache Evictor是由Genius开发的Chrome扩展程序,该扩展的主要功能是“Clear AMP cached pages by a click of a button”。

扩展截图

screenshot

下载AMP Cache Evictor扩展crx文件

下载AMP Cache Evictor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 AMP Cache Evictor AMP Cache Evictor
ID kdinoegjmibfplmhdldegbdcpgclpmkj
官方URL https://chromewebstore.google.com/detail/amp-cache-evictor/kdinoegjmibfplmhdldegbdcpgclpmkj
简介 Clear AMP cached pages by a click of a button
文件大小 14 KB
安装次数 107
当前版本 0.1
更新时间 2016-09-28
上架时间 2016-09-28
评分 4.00/5 共4次评分
开发者 Genius
付费类型 free
支持的语言 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"
    }
}