Auto refresh actual webpage

Automatically reload webpage in actual tab. You can set refresh interval.

Что такое Auto refresh actual webpage?

Auto refresh actual webpage - это расширение Chrome, разработанное https://www.extensions-for-chrome.com, и его основная функция - "Automatically reload webpage in actual tab. You can set refresh interval.".

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

screenshot
screenshot

Скачать файл CRX расширения Auto refresh actual webpage

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

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

                        Automatically refresh can be easily activated via the context menu by clicking the right mouse button on the web page. In options you can set refresh interval in seconds.

Extension automatically stop refresh when change tab or change website.                    

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

Название Auto refresh actual webpage Auto refresh actual webpage
ID jmpaeglcabhpohgbfcehemlgophfjikk
Официальный URL https://chromewebstore.google.com/detail/auto-refresh-actual-webpa/jmpaeglcabhpohgbfcehemlgophfjikk
Описание Automatically reload webpage in actual tab. You can set refresh interval.
Размер файла 51.12 KB
Количество установок 1,929
Текущая Версия 1.0
Последнее Обновление 2013-09-21
Дата публикации 2013-09-21
Рейтинг 3.33/5 Всего 15 оценок
Разработчик https://www.extensions-for-chrome.com
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto refresh actual webpage",
    "description": "Automatically reload webpage in actual tab. You can set refresh interval.",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus"
    ],
    "icons": {
        "16": "img\/ico_16.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    }
}