NGINX Purge Cache
Purge NGINX cache on current tab
ما هو NGINX Purge Cache؟
NGINX Purge Cache هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Purge NGINX cache on current tab".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة NGINX Purge Cache
قم بتنزيل ملفات الامتداد NGINX Purge Cache بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Purge NGINX cache on current tab with just a click. This works by making a request to the current URL appended with /purge (urlParser.hostname + '/purge' + urlParser.pathname). Source code: https://github.com/vitorbortolotti/nginx-purge-cache
معلومات أساسية عن التمديد
الاسم | NGINX Purge Cache |
ID | jefnbnhaigddkfgaecjfggonplohniep |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/nginx-purge-cache/jefnbnhaigddkfgaecjfggonplohniep |
الوصف | Purge NGINX cache on current tab |
حجم الملف | 7.41 KB |
عدد التثبيتات | 140 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2018-11-24 |
تاريخ النشر | 2018-11-24 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Unknown |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NGINX Purge Cache", "version": "1.0.0", "description": "Purge NGINX cache on current tab", "manifest_version": 2, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |