Right Clicking - Views Image
Adds an option to 'View image' to the right click context menu on an image
Was ist Right Clicking - Views Image?
Right Clicking - Views Image ist eine Chrome-Erweiterung, die von Micha entwickelt wurde, und ihr Hauptmerkmal ist "Adds an option to 'View image' to the right click context menu on an image".
Erweiterungsscreenshots
Right Clicking - Views Image-Erweiterungs-CRX-Datei herunterladen
Laden Sie Right Clicking - Views Image-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Right Clicking - Views Image |
ID | okhokdliaadpclhhjdjdakibeajdcade |
Offizielle URL | https://chromewebstore.google.com/detail/right-clicking-views-imag/okhokdliaadpclhhjdjdakibeajdcade |
Beschreibung | Adds an option to 'View image' to the right click context menu on an image |
Dateigröße | 10.31 KB |
Installationsanzahl | 117 |
Aktuelle Version | 1.0 |
Letztes Update | 2022-05-23 |
Veröffentlichungsdatum | 2022-05-23 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Micha |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |