Transparent
Changes the background of images on the dash to blue when moused over to make viewing transparent images easier.
Что такое Transparent?
Transparent - это расширение Chrome, разработанное becca.ooo, и его основная функция - "Changes the background of images on the dash to blue when moused over to make viewing transparent images easier.".
Снимки экрана расширения
Скачать файл CRX расширения Transparent
Скачайте файлы расширений Transparent в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Easily view how an image would look on your blog or see hidden text written in white at full resolution!
Основная информация о расширении
Название | |
ID | phkhgilamababakkmpaegfafbefhgfoe |
Официальный URL | https://chrome.google.com/webstore/detail/transparent/phkhgilamababakkmpaegfafbefhgfoe |
Описание | Changes the background of images on the dash to blue when moused over to make viewing transparent images easier. |
Размер файла | 4.69 KB |
Количество установок | 376 |
Текущая Версия | 1.1.2 |
Последнее Обновление | 2014-11-08 |
Дата публикации | 2014-11-08 |
Рейтинг | 2.50/5 Всего 10 оценок |
Разработчик | becca.ooo |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Transparent", "version": "1.1.2", "manifest_version": 2, "description": "Changes the background of images on the dash to blue when moused over to make viewing transparent images easier.", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.tumblr.com\/*", "https:\/\/www.tumblr.com\/*" ], "css": [ "main.css" ] } ] } |