G+ Lightbox - Hide Maximize Icon
The G+ lightbox contains a maximize icon that obscures the image and never completely fades out.
Cos'è G+ Lightbox - Hide Maximize Icon?
G+ Lightbox - Hide Maximize Icon è un'estensione di Chrome sviluppata da Ralf Haring, e la sua funzione principale è "The G+ lightbox contains a maximize icon that obscures the image and never completely fades out.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione G+ Lightbox - Hide Maximize Icon
Scarica i file di estensione G+ Lightbox - Hide Maximize Icon in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | jkmjolfmmjhhhpafhdeeeakfmhehhmcn |
URL Ufficiale | https://chromewebstore.google.com/detail/g+-lightbox-hide-maximize/jkmjolfmmjhhhpafhdeeeakfmhehhmcn |
Descrizione | The G+ lightbox contains a maximize icon that obscures the image and never completely fades out. |
Dimensione del File | 4.1 KB |
Conteggio Installazioni | 78 |
Versione Corrente | 1.3.1 |
Ultimo Aggiornamento | 2013-03-07 |
Data di Pubblicazione | 2013-03-07 |
Sviluppatore | Ralf Haring |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |