G+ Lightbox - Hide Maximize Icon
The G+ lightbox contains a maximize icon that obscures the image and never completely fades out.
Wat is G+ Lightbox - Hide Maximize Icon?
G+ Lightbox - Hide Maximize Icon is een Chrome-extensie ontwikkeld door Ralf Haring, en de belangrijkste functie is "The G+ lightbox contains a maximize icon that obscures the image and never completely fades out.".
Extensie Screenshots
Download het CRX-bestand van de extensie G+ Lightbox - Hide Maximize Icon
Download G+ Lightbox - Hide Maximize Icon-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | jkmjolfmmjhhhpafhdeeeakfmhehhmcn |
Officiële URL | https://chromewebstore.google.com/detail/g+-lightbox-hide-maximize/jkmjolfmmjhhhpafhdeeeakfmhehhmcn |
Beschrijving | The G+ lightbox contains a maximize icon that obscures the image and never completely fades out. |
Bestandsgrootte | 4.1 KB |
Aantal Installaties | 78 |
Huidige Versie | 1.3.1 |
Laatst Bijgewerkt | 2013-03-07 |
Publicatiedatum | 2013-03-07 |
Ontwikkelaar | Ralf Haring |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |