Clear & Reload
Wipe browser dumps and reloads current tab to perform cache free operations.
Что такое Clear & Reload?
Clear & Reload - это расширение Chrome, разработанное Sabarish Srinivasan, и его основная функция - "Wipe browser dumps and reloads current tab to perform cache free operations.".
Снимки экрана расширения
Скачать файл CRX расширения Clear & Reload
Скачайте файлы расширений Clear & Reload в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Simple extension help you to clear Caches,Cookies,History and Download history and much more. Also, it reloads the current tab after clearing to make developers/testers to test the application quickly without any cache holding problems.
Основная информация о расширении
Название | Clear & Reload |
ID | bjliapfodonnhhonikmjgpjnophbmalk |
Официальный URL | https://chromewebstore.google.com/detail/clear-reload/bjliapfodonnhhonikmjgpjnophbmalk |
Описание | Wipe browser dumps and reloads current tab to perform cache free operations. |
Размер файла | 21.68 KB |
Количество установок | 271 |
Текущая Версия | 1.0.2 |
Последнее Обновление | 2020-05-06 |
Дата публикации | 2020-05-06 |
Рейтинг | 4.67/5 Всего 3 оценок |
Разработчик | Sabarish Srinivasan |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clear & Reload", "version": "1.0.2", "description": "Wipe browser dumps and reloads current tab to perform cache free operations.", "browser_action": { "default_icon": "icons\/icon128.png" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "browsingData" ], "background": { "scripts": [ "background.js" ] } } |