Google View Image - Viewpix
View & Download Google images in one click. Bring back Google's "view image" button
Qu'est-ce que Google View Image - Viewpix ?
Google View Image - Viewpix est une extension Chrome développée par http://viewpix.co, et sa fonction principale est "View & Download Google images in one click. Bring back Google's "view image" button".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Google View Image - Viewpix
Téléchargez les fichiers d'extension Google View Image - Viewpix au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | kikihdapidjhcbedbbmgnkdhgmboejki |
URL Officiel | 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 |
Taille du Fichier | 89.83 KB |
Nombre d'Installations | 355 |
Version Actuelle | 0.24 |
Dernière Mise à Jour | 2018-03-19 |
Date de Publication | 2018-03-19 |
Évaluation | 4.13/5 Total 16 Évaluations |
Développeur | http://viewpix.co |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | http://viewpix.co/privacy_policy.html |
Langues Prises en Charge | 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": [] } |