ReLoader
Easy reload the current tab without any cached data. Works with iFrame too.
Что такое ReLoader?
ReLoader - это расширение Chrome, разработанное Alister Zhao, и его основная функция - "Easy reload the current tab without any cached data. Works with iFrame too.".
Скачать файл CRX расширения ReLoader
Скачайте файлы расширений ReLoader в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Easily reload the current tab content without any cache data. Works with iFrame too.
Основная информация о расширении
Название | |
ID | ajdekpeolgboihkdkcmonalgafpefojb |
Официальный URL | https://chrome.google.com/webstore/detail/reloader/ajdekpeolgboihkdkcmonalgafpefojb |
Описание | Easy reload the current tab without any cached data. Works with iFrame too. |
Размер файла | 8.67 KB |
Количество установок | 50 |
Текущая Версия | 1.0 |
Последнее Обновление | 2015-01-09 |
Дата публикации | 2015-01-09 |
Разработчик | Alister Zhao |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ReLoader", "version": "1.0", "author": "Alister Zhao", "description": "Easy reload the current tab without any cached data. Works with iFrame too.", "icons": { "128": "128.png" }, "permissions": [ "tabs", "notifications", "https:\/\/*\/*", "http:\/\/*\/*" ], "browser_action": { "default_icon": "128.png", "default_title": "Reload Tab" }, "background": { "scripts": [ "background.js" ] } } |