Redirect back
Redirect back to default url after a number of seconds
Что такое Redirect back?
Redirect back - это расширение Chrome, разработанное sahistory.sa, и его основная функция - "Redirect back to default url after a number of seconds".
Скачать файл CRX расширения Redirect back
Скачайте файлы расширений Redirect back в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Redirect back to a specified page (if the page is different to the redirect page) after a specified idle time interval. The default url is set to be the url that opens in the first tab when the browser opens - this is useful for kiosks that clear cache on start and need to use a homepage that is set by policy (HomepageLocation) or profile settings. Alternaticvely the url and interval can be set on the options page. Useful for kiosks.
Основная информация о расширении
Название | ![]() |
ID | jcopbeppbfpnimnllhmafekandkokgcb |
Официальный URL | https://chrome.google.com/webstore/detail/redirect-back/jcopbeppbfpnimnllhmafekandkokgcb |
Описание | Redirect back to default url after a number of seconds |
Размер файла | 4.67 KB |
Количество установок | 189 |
Текущая Версия | 1.0.4 |
Последнее Обновление | 2016-02-10 |
Дата публикации | 2016-02-10 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | sahistory.sa |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Redirect back", "version": "1.0.4", "description": "Redirect back to default url after a number of seconds", "background": { "scripts": [ "background.js" ] }, "options_page": "options.html", "permissions": [ "idle", "tabs", "storage" ], "manifest_version": 2 } |