Fullwidth Image
Fullwidth Image plugin makes your image fit to screen.
什么是Fullwidth Image?
Fullwidth Image是由Anwar H.开发的Chrome扩展程序,该扩展的主要功能是“Fullwidth Image plugin makes your image fit to screen.”。
扩展截图
下载Fullwidth Image扩展crx文件
下载Fullwidth Image扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Fullwidth Image plugin makes your image fit to screen. Basically it is developed for web designers who often view jpg version of their web templates in a browser. In most cases the images are wider than normal browser viewport or sometimes less wider. This plugin will help viewer to make opened image full width to current viewport. 扩展基本信息
| 名称 | |
| ID | binnhbjoemjhkfedljnobbghgfbfppam |
| 官方URL | https://chromewebstore.google.com/detail/fullwidth-image/binnhbjoemjhkfedljnobbghgfbfppam |
| 简介 | Fullwidth Image plugin makes your image fit to screen. |
| 文件大小 | 8.67 KB |
| 安装次数 | 632 |
| 当前版本 | 1.0 |
| 更新时间 | 2016-09-27 |
| 上架时间 | 2016-09-27 |
| 评分 | 5.00/5 共11次评分 |
| 开发者 | Anwar H. |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Fullwidth Image",
"description": "Fullwidth Image plugin makes your image fit to screen.",
"version": "1.0",
"manifest_version": 2,
"homepage_url": "https:\/\/github.com\/getanwar\/fullwidth-image",
"permissions": [
"activeTab"
],
"background": {
"scripts": [
"action.js"
],
"persistent": false
},
"browser_action": {
"default_title": "Fullwidth Image",
"default_icon": "icon.png"
}
} | |