Star-rules
Apply CSS rules to all elements on the page
Что такое Star-rules?
Star-rules - это расширение Chrome, разработанное https://chaitanyapramod.com, и его основная функция - "Apply CSS rules to all elements on the page".
Снимки экрана расширения
Скачать файл CRX расширения Star-rules
Скачайте файлы расширений Star-rules в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Applies CSS transition on all elements in the current page. All transitions on the page smoothly animate between values. To try this out, open http://css-tricks.com/things-it-might-be-funuseful-to-try-the-universal-selector-on/ in Chrome browser and click on the star icon in the toolbar. Howering over the links in the article smoothly change their background. The source-code of this project is hosted at https://github.com/chaitanyapramod/Star-rules
Основная информация о расширении
Название | Star-rules |
ID | keoloppemkcfmkhccfdjhijediepcaip |
Официальный URL | https://chromewebstore.google.com/detail/star-rules/keoloppemkcfmkhccfdjhijediepcaip |
Описание | Apply CSS rules to all elements on the page |
Размер файла | 61 KB |
Количество установок | 16 |
Текущая Версия | 0.0.3 |
Последнее Обновление | 2018-02-25 |
Дата публикации | 2018-02-25 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | https://chaitanyapramod.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | http://chaitanyapramod.com/ |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Star-rules", "version": "0.0.3", "manifest_version": 2, "description": "Apply CSS rules to all elements on the page", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "images\/star_orange_32.png", "default_title": "Toggle CSS transition on '*' selector" }, "icons": { "256": "images\/star_orange_256.png", "128": "images\/star_orange_128.png", "64": "images\/star_orange_64.png", "48": "images\/star_orange_48.png", "32": "images\/star_orange_32.png", "16": "images\/star_orange_16.png" }, "permissions": [ " |