User CSS
A quick and easy way to add custom CSS to the current web site.
Что такое User CSS?
User CSS - это расширение Chrome, разработанное https://dimox.name, и его основная функция - "A quick and easy way to add custom CSS to the current web site.".
Снимки экрана расширения
Скачать файл CRX расширения User CSS
Скачайте файлы расширений User CSS в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Insert your custom CSS code to the current web site and you will see the changes immediately. How to use: 1. Press the extension button to display the CSS editor. 2. Write your custom CSS. 3. Enjoy the result. 4. Press the extension button to hide the CSS editor. Button shows a green indicator, when current web site has custom CSS. The extension uses CodeMirror to highlight code and supports the Emmet toolkit.
Основная информация о расширении
Название | User CSS |
ID | okpjlejfhacmgjkmknjhadmkdbcldfcb |
Официальный URL | https://chromewebstore.google.com/detail/user-css/okpjlejfhacmgjkmknjhadmkdbcldfcb |
Описание | A quick and easy way to add custom CSS to the current web site. |
Размер файла | 298 KB |
Количество установок | 61,801 |
Текущая Версия | 2.2 |
Последнее Обновление | 2017-10-24 |
Дата публикации | 2017-10-22 |
Рейтинг | 3.60/5 Всего 248 оценок |
Разработчик | https://dimox.name |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "User CSS", "description": "A quick and easy way to add custom CSS to the current web site.", "version": "2.2", "browser_action": { "default_icon": "icon-19.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "persistent": false, "scripts": [ "js\/background.js", "js\/hot-reload.js" ] }, "options_page": "options.html", "content_scripts": [ { "matches": [ " |