Ubuntu Orange Selection Color
Changes text selection color to Orange like in the Ambiance Theme.
Что такое Ubuntu Orange Selection Color?
Ubuntu Orange Selection Color - это расширение Chrome, разработанное darkfur93, и его основная функция - "Changes text selection color to Orange like in the Ambiance Theme.".
Снимки экрана расширения
Скачать файл CRX расширения Ubuntu Orange Selection Color
Скачайте файлы расширений Ubuntu Orange Selection Color в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Change log: Version: 2.0 June 15, 2013: Updated Manifest, New images Version: 1.1 September 17, 2011: Bug fixes
Основная информация о расширении
Название | Ubuntu Orange Selection Color |
ID | bociknnlecmldnnglpoijppnpdeiofbm |
Официальный URL | https://chromewebstore.google.com/detail/ubuntu-orange-selection-c/bociknnlecmldnnglpoijppnpdeiofbm |
Описание | Changes text selection color to Orange like in the Ambiance Theme. |
Размер файла | 5.22 KB |
Количество установок | 231 |
Текущая Версия | 2.0 |
Последнее Обновление | 2013-06-16 |
Дата публикации | 2013-06-15 |
Рейтинг | 4.44/5 Всего 16 оценок |
Разработчик | darkfur93 |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ubuntu Orange Selection Color", "version": "2.0", "manifest_version": 2, "description": "Changes text selection color to Orange like in the Ambiance Theme.", "icons": { "48": "images\/icon48.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*\/*" ], "css": [ "stylesheets\/selection.css" ] } ] } |