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."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย G+ Lightbox - Hide Maximize Icon

ดาวน์โหลดไฟล์ส่วนขยาย G+ Lightbox - Hide Maximize Icon ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ G+ Lightbox - Hide Maximize Icon G+ Lightbox - Hide Maximize Icon
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"
    }
}