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".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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 |
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" } } |