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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |