G+ Lightbox - Hide Maximize Icon
The G+ lightbox contains a maximize icon that obscures the image and never completely fades out.
Apa itu G+ Lightbox - Hide Maximize Icon?
G+ Lightbox - Hide Maximize Icon adalah ekstensi Chrome yang dikembangkan oleh Ralf Haring, dan fitur utamanya adalah "The G+ lightbox contains a maximize icon that obscures the image and never completely fades out.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi G+ Lightbox - Hide Maximize Icon
Unduh file ekstensi G+ Lightbox - Hide Maximize Icon dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | jkmjolfmmjhhhpafhdeeeakfmhehhmcn |
URL Resmi | https://chromewebstore.google.com/detail/g+-lightbox-hide-maximize/jkmjolfmmjhhhpafhdeeeakfmhehhmcn |
Deskripsi | The G+ lightbox contains a maximize icon that obscures the image and never completely fades out. |
Ukuran File | 4.1 KB |
Jumlah Instalasi | 78 |
Versi Saat Ini | 1.3.1 |
Terakhir Diperbarui | 2013-03-07 |
Tanggal Publikasi | 2013-03-07 |
Pengembang | Ralf Haring |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |