Cache Checker
Lookup the current page in the cache.
ما هو Cache Checker؟
Cache Checker هو إضافة Chrome تم تطويرها بواسطة Neptune Media، والميزة الرئيسية لها هي "Lookup the current page in the cache.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Cache Checker
قم بتنزيل ملفات الامتداد Cache Checker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Display's a cached version of the current page.
معلومات أساسية عن التمديد
الاسم | Cache Checker |
ID | jfipdgenfgpoakdfnndhkgjnnopnlohn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/cache-checker/jfipdgenfgpoakdfnndhkgjnnopnlohn |
الوصف | Lookup the current page in the cache. |
حجم الملف | 26.51 KB |
عدد التثبيتات | 3,218 |
النسخة الحالية | 0.2 |
آخر تحديث | 2014-03-31 |
تاريخ النشر | 2014-03-30 |
تقييم | 3.67/5 مجموع تقييمات 3 |
المطور | Neptune Media |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cache Checker", "short_name": "Cache Checker", "version": "0.2", "description": "Lookup the current page in the cache.", "homepage_url": "http:\/\/www.cache.com", "background": { "persistent": false, "page": "background.html" }, "icons": { "16": "images\/icon.png", "19": "images\/icon19.png", "38": "images\/icon38.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "https:\/\/ssl.google-analytics.com\/*", "tabs" ], "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "Cache Checker" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |