G+ Lightbox - Hide Maximize Icon
The G+ lightbox contains a maximize icon that obscures the image and never completely fades out.
Что такое G+ Lightbox - Hide Maximize Icon?
G+ Lightbox - Hide Maximize Icon - это расширение Chrome, разработанное Ralf Haring, и его основная функция - "The G+ lightbox contains a maximize icon that obscures the image and never completely fades out.".
Снимки экрана расширения
Скачать файл CRX расширения G+ Lightbox - Hide Maximize Icon
Скачайте файлы расширений G+ Lightbox - Hide Maximize Icon в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension hides the maximize icon in the G+ picture lightbox view by default and only shows it if you hover the mouse over the bottom right of the picture.
Основная информация о расширении
Название | |
ID | jkmjolfmmjhhhpafhdeeeakfmhehhmcn |
Официальный URL | https://chromewebstore.google.com/detail/g+-lightbox-hide-maximize/jkmjolfmmjhhhpafhdeeeakfmhehhmcn |
Описание | The G+ lightbox contains a maximize icon that obscures the image and never completely fades out. |
Размер файла | 4.1 KB |
Количество установок | 78 |
Текущая Версия | 1.3.1 |
Последнее Обновление | 2013-03-07 |
Дата публикации | 2013-03-07 |
Разработчик | Ralf Haring |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "G+ Lightbox - Hide Maximize Icon", "version": "1.3.1", "description": "The G+ lightbox contains a maximize icon that obscures the image and never completely fades out.", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/plus.google.com\/*" ], "css": [ "mystyles.css" ] } ], "icons": { "128": "icon_128.png", "48": "icon_48.png", "16": "icon_16.png" } } |