PreviewImage
Make the images for preview
什么是PreviewImage?
PreviewImage是由Mari Kumar开发的Chrome扩展程序,该扩展的主要功能是“Make the images for preview”。
扩展截图
下载PreviewImage扩展crx文件
下载PreviewImage扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Users can rollover to all images and see them in an actual image sizes in every websites.
Version 2.2
---------------
1.Some of the images not Viewed in Facebook. that bug was resolved. 扩展基本信息
| 名称 | |
| ID | hlkaeledkpjicnlipojpgpjgdpcpaloo |
| 官方URL | https://chromewebstore.google.com/detail/previewimage/hlkaeledkpjicnlipojpgpjgdpcpaloo |
| 简介 | Make the images for preview |
| 文件大小 | 5.16 KB |
| 安装次数 | 630 |
| 当前版本 | 2.2 |
| 更新时间 | 2014-12-13 |
| 上架时间 | 2014-12-13 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | Mari Kumar |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "PreviewImage",
"description": "Make the images for preview",
"version": "2.2",
"permissions": [
"activeTab"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_title": "Preview All your Photo",
"default_icon": "icon.png"
},
"manifest_version": 2
} | |