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 |
| 官方網址 | 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": []
} | |