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"
    }
}