Simple Reloader
Automatically reloads the current tab as needed.
Что такое Simple Reloader?
Simple Reloader - это расширение Chrome, разработанное Drew Cossey, и его основная функция - "Automatically reloads the current tab as needed.".
Снимки экрана расширения
Скачать файл CRX расширения Simple Reloader
Скачайте файлы расширений Simple Reloader в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
A quick and simple automatic page reloader. Reloading the page manually, or navigating to another page in the same tab will reset the countdown. Can optionally tell the browser to ignore the browser cache for the reloads.
Основная информация о расширении
Название | |
ID | jdcjnkmfkfnidklnngnbecledmanndnm |
Официальный URL | https://chrome.google.com/webstore/detail/simple-reloader/jdcjnkmfkfnidklnngnbecledmanndnm |
Описание | Automatically reloads the current tab as needed. |
Размер файла | 53.26 KB |
Количество установок | 481 |
Текущая Версия | 1.0.1 |
Последнее Обновление | 2015-04-29 |
Дата публикации | 2015-04-29 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | Drew Cossey |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Reloader", "version": "1.0.1", "description": "Automatically reloads the current tab as needed.", "permissions": [ "tabs" ], "icons": { "16": "images\/icon16.png", "19": "images\/icon19.png", "38": "images\/icon38.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_title": "Reloadit", "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "19": "images\/icon19.png", "38": "images\/icon38.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "background": { "scripts": [ "jquery-1.11.1.min.js", "background.js" ], "persistent": true } } |