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 هو إضافة Chrome تم تطويرها بواسطة Ralf Haring، والميزة الرئيسية لها هي "The G+ lightbox contains a maximize icon that obscures the image and never completely fades out.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة G+ Lightbox - Hide Maximize Icon
قم بتنزيل ملفات الامتداد G+ Lightbox - Hide Maximize Icon بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" } } |