AutoRefresh+
Powerful timed refresh tool
Что такое AutoRefresh+?
AutoRefresh+ - это расширение Chrome, разработанное MichaelKeys, и его основная функция - "Powerful timed refresh tool".
Снимки экрана расширения
Скачать файл CRX расширения AutoRefresh+
Скачайте файлы расширений AutoRefresh+ в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
AutoRefresh+ is an open-source Chrome extension that allows users to refresh a websites at a given time interval.
The user has to simply enter the hostname of the website that they would like the refresh, and the number of minutes between each refresh, and AutoRefresh+ will do the rest! Основная информация о расширении
| Название | |
| ID | jdcmniiepfjinccadkbjliiopialnnmi |
| Официальный URL | https://chromewebstore.google.com/detail/autorefresh+/jdcmniiepfjinccadkbjliiopialnnmi |
| Описание | Powerful timed refresh tool |
| Размер файла | 65.98 KB |
| Количество установок | 659 |
| Текущая Версия | 1.0 |
| Последнее Обновление | 2018-11-04 |
| Дата публикации | 2018-11-04 |
| Разработчик | MichaelKeys |
| Тип оплаты | free |
| Официальный сайт расширения | https://bitbucket.org/MichaelKeys/autorefresh/ |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "AutoRefresh+",
"version": "1.0",
"description": "Powerful timed refresh tool",
"permissions": [
"activeTab",
"alarms",
"declarativeContent",
"storage",
"tabs"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"page_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/AutoRefresh+16.png",
"32": "images\/AutoRefresh+32.png",
"48": "images\/AutoRefresh+48.png",
"128": "images\/AutoRefresh+128.png"
}
},
"icons": {
"16": "images\/AutoRefresh+16.png",
"32": "images\/AutoRefresh+32.png",
"48": "images\/AutoRefresh+48.png",
"128": "images\/AutoRefresh+128.png"
},
"options_page": "options.html",
"manifest_version": 2
} | |