AMP Cache Evictor

Clear AMP cached pages by a click of a button

Vad är AMP Cache Evictor?

AMP Cache Evictor är en Chrome-tillägg utvecklad av Genius, och dess huvudfunktion är "Clear AMP cached pages by a click of a button".

Tilläggsskärmbilder

screenshot

Ladda ner AMP Cache Evictor-förlängningens CRX-fil

Ladda ner AMP Cache Evictor-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn AMP Cache Evictor AMP Cache Evictor
ID kdinoegjmibfplmhdldegbdcpgclpmkj
Officiell webbadress https://chromewebstore.google.com/detail/amp-cache-evictor/kdinoegjmibfplmhdldegbdcpgclpmkj
Beskrivning Clear AMP cached pages by a click of a button
Filstorlek 14 KB
Antal Installationer 107
Aktuell Version 0.1
Senast Uppdaterad 2016-09-28
Publiceringsdatum 2016-09-28
Betyg 4.00/5 Totalt 4 Betyg
Utvecklare Genius
Betalningssätt free
Stödda Språk 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"
    }
}