G+ Lightbox - Hide Maximize Icon
The G+ lightbox contains a maximize icon that obscures the image and never completely fades out.
Qu'est-ce que G+ Lightbox - Hide Maximize Icon ?
G+ Lightbox - Hide Maximize Icon est une extension Chrome développée par Ralf Haring, et sa fonction principale est "The G+ lightbox contains a maximize icon that obscures the image and never completely fades out.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension G+ Lightbox - Hide Maximize Icon
Téléchargez les fichiers d'extension G+ Lightbox - Hide Maximize Icon au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | jkmjolfmmjhhhpafhdeeeakfmhehhmcn |
URL Officiel | https://chromewebstore.google.com/detail/g+-lightbox-hide-maximize/jkmjolfmmjhhhpafhdeeeakfmhehhmcn |
Description | The G+ lightbox contains a maximize icon that obscures the image and never completely fades out. |
Taille du Fichier | 4.1 KB |
Nombre d'Installations | 78 |
Version Actuelle | 1.3.1 |
Dernière Mise à Jour | 2013-03-07 |
Date de Publication | 2013-03-07 |
Développeur | Ralf Haring |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |