Google Full Image Opener
After clicking an image from search results, use the context menu (right-click) to view the current image.
Qu'est-ce que Google Full Image Opener ?
Google Full Image Opener est une extension Chrome développée par Arafat Husayn, et sa fonction principale est "After clicking an image from search results, use the context menu (right-click) to view the current image.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Google Full Image Opener
Téléchargez les fichiers d'extension Google Full Image Opener 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
It brings the original image link opening back on new Google Images website. How to use: After clicking an image from search results, use the context menu (right-click) to view the current image in a new tab.
Informations de Base sur l'Extension
Nom | |
ID | beojccknfoajfebcpijalgejjpbdipcb |
URL Officiel | https://chrome.google.com/webstore/detail/google-full-image-opener/beojccknfoajfebcpijalgejjpbdipcb |
Description | After clicking an image from search results, use the context menu (right-click) to view the current image. |
Taille du Fichier | 39.81 KB |
Nombre d'Installations | 78 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2020-08-15 |
Date de Publication | 2020-02-05 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Arafat Husayn |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://github.com/arafathusayn/vanish-ads/blob/master/PRIVACY.md |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Full Image Opener", "short_name": "google-full-image-opener", "description": "After clicking an image from search results, use the context menu (right-click) to view the current image.", "version": "2.0", "permissions": [ "contextMenus", "storage", "tabs", "https:\/\/www.google.com\/*" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "icons": { "16": "icon16.png", "128": "icon128.png" } } |