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 |
官方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" } } |