Reload CSS
By clicking icon, this extension reloads only the CSS files loaded in the active tab. Can also reload CSS files within iframe.…
Что такое Reload CSS?
Reload CSS - это расширение Chrome, разработанное Ozawa Masayuki, и его основная функция - "By clicking icon, this extension reloads only the CSS files loaded in the active tab. Can also reload CSS files within iframe.…".
Снимки экрана расширения
Скачать файл CRX расширения Reload CSS
Скачайте файлы расширений Reload CSS в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
By clicking icon, this extension reloads only the CSS files loaded in the active tab. Can also reload CSS files within iframe. Minimum resource usage (only activated when the extension's icon was clicked). Open sourced.
Основная информация о расширении
Название | Reload CSS |
ID | ckaofffdgmblmfkglibpaleigpldjjem |
Официальный URL | https://chromewebstore.google.com/detail/reload-css/ckaofffdgmblmfkglibpaleigpldjjem |
Описание | By clicking icon, this extension reloads only the CSS files loaded in the active tab. Can also reload CSS files within iframe.… |
Размер файла | 7.48 KB |
Количество установок | 2,509 |
Текущая Версия | 1.0.1 |
Последнее Обновление | 2020-11-22 |
Дата публикации | 2018-09-27 |
Рейтинг | 5.00/5 Всего 3 оценок |
Разработчик | Ozawa Masayuki |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/ozami/reload-css |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reload CSS", "description": "", "version": "1.0.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } } |