Tab auto reloader
This extension reloads the current tab at a chosen interval.
Что такое Tab auto reloader?
Tab auto reloader - это расширение Chrome, разработанное https://denilson.sa.nom.br, и его основная функция - "This extension reloads the current tab at a chosen interval.".
Снимки экрана расширения
Скачать файл CRX расширения Tab auto reloader
Скачайте файлы расширений Tab auto reloader в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This Chrome extension reloads (refreshes) the current tab at a chosen interval. * Free and open-source. * No (extra) permissions required. * Easy-to-use. * The reload (refresh) interval can be different for each tab. https://github.com/denilsonsa/crx-reload-tab/
Основная информация о расширении
Название | Tab auto reloader |
ID | knnahnemielbnanghaphjgheamgcjjcb |
Официальный URL | https://chromewebstore.google.com/detail/tab-auto-reloader/knnahnemielbnanghaphjgheamgcjjcb |
Описание | This extension reloads the current tab at a chosen interval. |
Размер файла | 14.36 KB |
Количество установок | 26,500 |
Текущая Версия | 1.1 |
Последнее Обновление | 2020-11-19 |
Дата публикации | 2018-04-23 |
Рейтинг | 4.90/5 Всего 99 оценок |
Разработчик | https://denilson.sa.nom.br |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/denilsonsa/crx-reload-tab/ |
URL страницы помощи | https://github.com/denilsonsa/crx-reload-tab/issues |
URL страницы политики конфиденциальности | http://denilson.sa.nom.br/privacy.html |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab auto reloader", "short_name": "Tab reloader", "description": "This extension reloads the current tab at a chosen interval.", "version": "1.1", "homepage_url": "https:\/\/github.com\/denilsonsa\/crx-reload-tab\/", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_popup": "popup.html", "default_title": "Reload this page every\u2026" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "contextMenus", "storage" ] } |