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開發的Chrome擴展程式,該擴展的主要功能是“The G+ lightbox contains a maximize icon that obscures the image and never completely fades out.”。
擴展截圖
下載G+ Lightbox - Hide Maximize Icon擴展crx文件
下載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.
擴展基本資訊
名稱 | |
ID | jkmjolfmmjhhhpafhdeeeakfmhehhmcn |
官方網址 | 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" } } |