AMP Cache Evictor

Clear AMP cached pages by a click of a button

AMP Cache Evictorคืออะไร?

AMP Cache Evictor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Genius และคุณลักษณะหลักของมันคือ "Clear AMP cached pages by a click of a button"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AMP Cache Evictor

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}