Super Refresh
One button to refresh all tabs
Что такое Super Refresh?
Super Refresh - это расширение Chrome, разработанное Becky Mason, и его основная функция - "One button to refresh all tabs".
Снимки экрана расширения
Скачать файл CRX расширения Super Refresh
Скачайте файлы расширений Super Refresh в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Super Refresh refreshes all tabs using one button.
Features:
- Refresh all tabs
- Prevent cache
- Disable website alerts like “Do you want to leave the page” Основная информация о расширении
| Название | |
| ID | jfhbiggobcnahlbbmnajejlchndbicpn |
| Официальный URL | https://chrome.google.com/webstore/detail/super-refresh/jfhbiggobcnahlbbmnajejlchndbicpn |
| Описание | One button to refresh all tabs |
| Размер файла | 78.61 KB |
| Количество установок | 55 |
| Текущая Версия | 2.4.5 |
| Последнее Обновление | 2021-01-30 |
| Дата публикации | 2021-01-30 |
| Рейтинг | 5.00/5 Всего 1 оценок |
| Разработчик | Becky Mason |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| URL страницы политики конфиденциальности | https://www.notion.so/Privacy-policy-Super-Refresh-a053e86bc59046f5a24ef729c85c03bb |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": {
"128": "icons\/inactive.png"
},
"default_title": "__MSG_app_name__"
},
"content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/*.googleapis.com https:\/\/www.googletagmanager.com; object-src 'self'",
"default_locale": "en",
"description": "__MSG_app_desc__",
"icons": {
"128": "icons\/icon-128.png",
"48": "icons\/icon-48.png",
"16": "icons\/icon-16.png"
},
"manifest_version": 2,
"name": "__MSG_app_name__",
"permissions": [
"webRequest",
"webRequestBlocking",
" | |