Page Auto Refresher
Simple & Easy. Give your hands a rest!
Что такое Page Auto Refresher?
Page Auto Refresher - это расширение Chrome, разработанное yongwoonyo, и его основная функция - "Simple & Easy. Give your hands a rest!".
Снимки экрана расширения
Скачать файл CRX расширения Page Auto Refresher
Скачайте файлы расширений Page Auto Refresher в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Page Auto Refresher is a simple and easy web page refresher.
It lets you concentrate on other tasks. Upgrade your business performance!
---------------------------------
v1.2 released!
fix some bugs are show up on first run time.
add more features : refresh all tabs by checkbox. initialize all parameters when 'Reset & Stop' button is clicked. Основная информация о расширении
| Название | |
| ID | lbnaaiagjdnialejpejfbiofmdceakjd |
| Официальный URL | https://chromewebstore.google.com/detail/page-auto-refresher/lbnaaiagjdnialejpejfbiofmdceakjd |
| Описание | Simple & Easy. Give your hands a rest! |
| Размер файла | 9.29 KB |
| Количество установок | 2,090 |
| Текущая Версия | 1.2 |
| Последнее Обновление | 2015-06-30 |
| Дата публикации | 2015-06-30 |
| Рейтинг | 4.04/5 Всего 24 оценок |
| Разработчик | yongwoonyo |
| Тип оплаты | free |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Page Auto Refresher",
"version": "1.2",
"description": "Simple & Easy. Give your hands a rest!",
"permissions": [
"tabs",
"http:\/\/*\/*"
],
"browser_action": {
"default_icon": "icon_d.png",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"manifest_version": 2,
"content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
} | |