Google View Image - Viewpix
View & Download Google images in one click. Bring back Google's "view image" button
What is Google View Image - Viewpix?
Google View Image - Viewpix is a Chrome extension developed by http://viewpix.co, and its main feature is "View & Download Google images in one click. Bring back Google's "view image" button".
Extension Screenshots
Download Google View Image - Viewpix Extension CRX File
Download Google View Image - Viewpix extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | kikihdapidjhcbedbbmgnkdhgmboejki |
Official URL | https://chrome.google.com/webstore/detail/google-view-image-viewpix/kikihdapidjhcbedbbmgnkdhgmboejki |
Description | View & Download Google images in one click. Bring back Google's "view image" button |
File Size | 89.83 KB |
Installation Count | 355 |
Current Version | 0.24 |
Last Updated | 2018-03-19 |
Publish Date | 2018-03-19 |
Rating | 4.13/5 Total 16 Ratings |
Developer | http://viewpix.co |
[email protected] | |
Payment Type | free |
Help Page URL | http://viewpix.co/privacy_policy.html |
Supported Languages | 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": [] } |