AutoTabRefresh

Refresh your browser tab automatically at the desired interval.

Что такое AutoTabRefresh?

AutoTabRefresh - это расширение Chrome, разработанное ST9001, и его основная функция - "Refresh your browser tab automatically at the desired interval.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения AutoTabRefresh

Скачайте файлы расширений AutoTabRefresh в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Lightweight, simple and safe extension that will refresh your active tab automatically. Set your desired time interval and start refreshing.                    

Основная информация о расширении

Название AutoTabRefresh AutoTabRefresh
ID dndgpkfabmjdgnbhjciplnfblodiodmj
Официальный URL https://chromewebstore.google.com/detail/autotabrefresh/dndgpkfabmjdgnbhjciplnfblodiodmj
Описание Refresh your browser tab automatically at the desired interval.
Размер файла 58.76 KB
Количество установок 438
Текущая Версия 3.3
Последнее Обновление 2022-05-22
Дата публикации 2020-07-01
Рейтинг 5.00/5 Всего 1 оценок
Разработчик ST9001
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AutoTabRefresh",
    "author": "",
    "version": "3.3",
    "description": "Refresh your browser tab automatically at the desired interval.",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "Auto Tab Refresh",
        "default_popup": "index.html"
    },
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "options_ui": {
        "page": "options.html"
    },
    "manifest_version": 2,
    "browser_specific_settings": {
        "gecko": {
            "id": "{c17eb700-84fb-49ea-9554-0db469f59f4b}"
        }
    }
}