G+ Lightbox - Hide Maximize Icon
The G+ lightbox contains a maximize icon that obscures the image and never completely fades out.
O que é G+ Lightbox - Hide Maximize Icon?
G+ Lightbox - Hide Maximize Icon é uma extensão do Chrome desenvolvida por Ralf Haring, e sua principal característica é "The G+ lightbox contains a maximize icon that obscures the image and never completely fades out.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão G+ Lightbox - Hide Maximize Icon
Baixe arquivos de extensão G+ Lightbox - Hide Maximize Icon no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | jkmjolfmmjhhhpafhdeeeakfmhehhmcn |
URL Oficial | https://chromewebstore.google.com/detail/g+-lightbox-hide-maximize/jkmjolfmmjhhhpafhdeeeakfmhehhmcn |
Descrição | The G+ lightbox contains a maximize icon that obscures the image and never completely fades out. |
Tamanho do Arquivo | 4.1 KB |
Contagem de Instalações | 78 |
Versão Atual | 1.3.1 |
Última Atualização | 2013-03-07 |
Data de Publicação | 2013-03-07 |
Desenvolvedor | Ralf Haring |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |