Clear Cache Shortcut
Quickly clear all your browser cache with a single click.
ما هو Clear Cache Shortcut؟
Clear Cache Shortcut هو إضافة Chrome تم تطويرها بواسطة Paul Yuan، والميزة الرئيسية لها هي "Quickly clear all your browser cache with a single click.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Clear Cache Shortcut
قم بتنزيل ملفات الامتداد Clear Cache Shortcut بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This is a simple extension that allows you to clear your cache with a single click of a button. You can either click the icon, or if you prefer, type in the browser address bar, "cache" => [hit the tab key] => "c" => [hit the enter key] to clear your cache. This extension uses the BrowsingData API which is supported by chrome versions 19+.
معلومات أساسية عن التمديد
الاسم | Clear Cache Shortcut |
ID | jnajhcakejgchhbjlchkfmdidgjefleg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/clear-cache-shortcut/jnajhcakejgchhbjlchkfmdidgjefleg |
الوصف | Quickly clear all your browser cache with a single click. |
حجم الملف | 95.9 KB |
عدد التثبيتات | 144,994 |
النسخة الحالية | 1.32 |
آخر تحديث | 2021-04-09 |
تاريخ النشر | 2013-01-20 |
تقييم | 4.39/5 مجموع تقييمات 97 |
المطور | Paul Yuan |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://twitter.com/pyuan |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clear Cache Shortcut", "version": "1.32", "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "description": "Quickly clear all your browser cache with a single click.", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "browser_action": { "default_icon": "assets\/icon_done.png", "default_title": "Clear All Cache", "default_popup": "info.html" }, "omnibox": { "keyword": "cache" }, "background": { "scripts": [ "assets\/jquery-1.9.0.min.js", "assets\/functions.js", "assets\/background.js" ] }, "permissions": [ "browsingData" ] } |