Sawayaka Background for Google Plus
The background color of the original Google plus site is too bright. This extension makes it comfortable.
Что такое Sawayaka Background for Google Plus?
Sawayaka Background for Google Plus - это расширение Chrome, разработанное ksaga, и его основная функция - "The background color of the original Google plus site is too bright. This extension makes it comfortable.".
Снимки экрана расширения
Скачать файл CRX расширения Sawayaka Background for Google Plus
Скачайте файлы расширений Sawayaka Background for Google Plus в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
By this very simple extension, you can change background color of Google plus site. In default, the color is #66cdaa (or mediumaquamarine). To change the color, move your mouse on the area marked in red in the screenshot, and set the color code into the box. (FYI) color reference: http://www.colordic.org/ 2012-04-13: Added font color feature. You can darken/lighten font colors of G+ text. My G+ account is: https://plus.google.com/109370984101702523623
Основная информация о расширении
Название | |
ID | lofcmcbaobdegdfmeahjookgenkokcmb |
Официальный URL | https://chrome.google.com/webstore/detail/lofcmcbaobdegdfmeahjookgenkokcmb |
Описание | The background color of the original Google plus site is too bright. This extension makes it comfortable. |
Размер файла | 10.54 KB |
Количество установок | 139 |
Текущая Версия | 2.4.1 |
Последнее Обновление | 2013-10-08 |
Дата публикации | 2013-10-08 |
Рейтинг | 3.60/5 Всего 10 оценок |
Разработчик | ksaga |
Тип оплаты | free |
Поддерживаемые языки | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "2.4.1", "manifest_version": 2, "default_locale": "en", "minimum_chrome_version": "6.0.0.0", "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/plus.google.com\/*" ], "js": [ "main.js" ] } ] } |