Chrome Devtools Refresh Button
Adds a simple refresh button (tab) to the Devtools window.
Что такое Chrome Devtools Refresh Button?
Chrome Devtools Refresh Button - это расширение Chrome, разработанное kynetiv, и его основная функция - "Adds a simple refresh button (tab) to the Devtools window.".
Снимки экрана расширения
Скачать файл CRX расширения Chrome Devtools Refresh Button
Скачайте файлы расширений Chrome Devtools Refresh Button в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Why? Sometimes you just want a refresh button in your devtools window instead of moving your hand from chin to keyboard for a `cmd + R`. Or maybe you're so deep into devtools with _many_ windows open and you simply can't quickly navigate to the current inspected window.
Основная информация о расширении
Название | |
ID | gkecfhjbpefgainnffmholmcpfaabiib |
Официальный URL | https://chromewebstore.google.com/detail/chrome-devtools-refresh-b/gkecfhjbpefgainnffmholmcpfaabiib |
Описание | Adds a simple refresh button (tab) to the Devtools window. |
Размер файла | 9.1 KB |
Количество установок | 726 |
Текущая Версия | 1.0.2 |
Последнее Обновление | 2018-06-27 |
Дата публикации | 2018-06-26 |
Рейтинг | 4.00/5 Всего 3 оценок |
Разработчик | kynetiv |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/kynetiv/Chrome-Devtools-Refresh-Btn |
URL страницы помощи | https://github.com/kynetiv/Chrome-Devtools-Refresh-Btn/issues |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Devtools Refresh Button", "version": "1.0.2", "manifest_version": 2, "author": "kynetiv", "description": "Adds a simple refresh button (tab) to the Devtools window.", "devtools_page": "devtoolsRefresh.html", "icons": { "16": "refresh16.png", "32": "refresh32.png", "128": "refresh128.png" } } |