Auto Reload Page
Keep reloading page automatically!
Что такое Auto Reload Page?
Auto Reload Page - это расширение Chrome, разработанное SocialWorker, и его основная функция - "Keep reloading page automatically!".
Снимки экрана расширения
Скачать файл CRX расширения Auto Reload Page
Скачайте файлы расширений Auto Reload Page в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Free yourself from clicking refresh button again and again, thanks to the Auto Reload Page extension! The extension comes handy when you want to keep refreshing a webpage at regular intervals, be it for checking status or something or keeping an eye on progress of your favourite sports' event! - Reload chrome tab at the certain specified time interval - Reloads stick to the tab and not the website, so even you change the URL, reloads keep happening as long as it is active in the tab - Reloads keep working even when you pull the tab out to a new window
Основная информация о расширении
Название | Auto Reload Page |
ID | cggooibcfafefodnecpcbgiebbjjpnpb |
Официальный URL | https://chromewebstore.google.com/detail/auto-reload-page/cggooibcfafefodnecpcbgiebbjjpnpb |
Описание | Keep reloading page automatically! |
Размер файла | 25.42 KB |
Количество установок | 212 |
Текущая Версия | 1.1 |
Последнее Обновление | 2020-10-13 |
Дата публикации | 2020-10-07 |
Рейтинг | 3.67/5 Всего 3 оценок |
Разработчик | SocialWorker |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/sushrut111/chrome-tab-reloader |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Reload Page", "version": "1.1", "icons": { "128": "icon.png" }, "description": "Keep reloading page automatically!", "permissions": [ "storage", "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "manifest_version": 2 } |