AMP Cache Evictor

Clear AMP cached pages by a click of a button

AMP Cache Evictor là gì?

AMP Cache Evictor là một tiện ích mở rộng Chrome được phát triển bởi Genius, và tính năng chính của nó là "Clear AMP cached pages by a click of a button".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng AMP Cache Evictor

Tải xuống các tệp mở rộng AMP Cache Evictor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AMP Cache Evictor AMP Cache Evictor
ID kdinoegjmibfplmhdldegbdcpgclpmkj
URL Chính Thức https://chromewebstore.google.com/detail/amp-cache-evictor/kdinoegjmibfplmhdldegbdcpgclpmkj
Mô tả Clear AMP cached pages by a click of a button
Kích Thước Tệp 14 KB
Số Lần Cài Đặt 107
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2016-09-28
Ngày Phát Hành 2016-09-28
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Genius
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}