G+ Lightbox - Hide Maximize Icon
The G+ lightbox contains a maximize icon that obscures the image and never completely fades out.
G+ Lightbox - Hide Maximize Icon क्या है?
G+ Lightbox - Hide Maximize Icon Ralf Haring द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The G+ lightbox contains a maximize icon that obscures the image and never completely fades out."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में G+ Lightbox - Hide Maximize Icon एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jkmjolfmmjhhhpafhdeeeakfmhehhmcn |
आधिकारिक URL | https://chromewebstore.google.com/detail/g+-lightbox-hide-maximize/jkmjolfmmjhhhpafhdeeeakfmhehhmcn |
विवरण | The G+ lightbox contains a maximize icon that obscures the image and never completely fades out. |
फ़ाइल का आकार | 4.1 KB |
स्थापना संख्या | 78 |
वर्तमान संस्करण | 1.3.1 |
अंतिम अपडेट | 2013-03-07 |
प्रकाशन तिथि | 2013-03-07 |
डेवलपर | Ralf Haring |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" } } |