Google View Image - Viewpix
View & Download Google images in one click. Bring back Google's "view image" button
什么是Google View Image - Viewpix?
Google View Image - Viewpix是由http://viewpix.co开发的Chrome扩展程序,该扩展的主要功能是“View & Download Google images in one click. Bring back Google's "view image" button”。
扩展截图
下载Google View Image - Viewpix扩展crx文件
下载Google View Image - Viewpix扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Viewpix allows you to bring back the "view image" button from google.
Here is the summary of the features-
- view image
- download image
- download multiple images
- clean interface
- integrated design
- select image quality (coming soon)
Privacy Policy - http://viewpix.co/privacy_policy.html 扩展基本信息
| 名称 | |
| ID | kikihdapidjhcbedbbmgnkdhgmboejki |
| 官方URL | https://chrome.google.com/webstore/detail/google-view-image-viewpix/kikihdapidjhcbedbbmgnkdhgmboejki |
| 简介 | View & Download Google images in one click. Bring back Google's "view image" button |
| 文件大小 | 89.83 KB |
| 安装次数 | 355 |
| 当前版本 | 0.24 |
| 更新时间 | 2018-03-19 |
| 上架时间 | 2018-03-19 |
| 评分 | 4.13/5 共16次评分 |
| 开发者 | http://viewpix.co |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 帮助页面URL | http://viewpix.co/privacy_policy.html |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Google View Image - Viewpix",
"short_name": "Viewpix for Google Images",
"description": "View & Download Google images in one click. Bring back Google's \"view image\" button ",
"version": "0.24",
"icons": {
"16": "viewpixicon16.png",
"48": "viewpixicon48.png",
"128": "viewpixicon128.png",
"256": "viewpixicon256.png"
},
"background": {
"scripts": [
"event.js"
],
"persistent": false
},
"content_security_policy": "script-src 'self' https:\/\/www.inonapp.in\/ https:\/\/*.viewpix.co; object-src 'self'",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"jquery-3.2.1.min.js",
"bootstrap.min.js",
"content.js"
],
"run_at": "document_end",
"css": [
"content.css"
]
}
],
"browser_action": {
"default_icon": "viewpixicon64.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*",
"storage"
],
"web_accessible_resources": []
} | |