Right Clicking - Views Image
Adds an option to 'View image' to the right click context menu on an image
Qu'est-ce que Right Clicking - Views Image ?
Right Clicking - Views Image est une extension Chrome développée par Micha, et sa fonction principale est "Adds an option to 'View image' to the right click context menu on an image".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Right Clicking - Views Image
Téléchargez les fichiers d'extension Right Clicking - Views Image 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
Adds an option to 'View image' to the right click context menu on an image. This will replace the current web page with just the image in its original size.
Informations de Base sur l'Extension
Nom | Right Clicking - Views Image |
ID | okhokdliaadpclhhjdjdakibeajdcade |
URL Officiel | https://chromewebstore.google.com/detail/right-clicking-views-imag/okhokdliaadpclhhjdjdakibeajdcade |
Description | Adds an option to 'View image' to the right click context menu on an image |
Taille du Fichier | 10.31 KB |
Nombre d'Installations | 117 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2022-05-23 |
Date de Publication | 2022-05-23 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Micha |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Right Clicking - Views Image", "description": "Adds an option to 'View image' to the right click context menu on an image", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "bg.js" }, "permissions": [ "contextMenus" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |