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
官方網址 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"
    }
}