Right Clicking - Views Image
Adds an option to 'View image' to the right click context menu on an image
Hvad er Right Clicking - Views Image?
Right Clicking - Views Image er en Chrome-udvidelse udviklet af Micha, og dens hovedfunktion er "Adds an option to 'View image' to the right click context menu on an image".
Udvidelsesskærmbilleder
Download Right Clicking - Views Image-udvidelses-CRX-fil
Download Right Clicking - Views Image-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Right Clicking - Views Image |
ID | okhokdliaadpclhhjdjdakibeajdcade |
Officiel URL | https://chromewebstore.google.com/detail/right-clicking-views-imag/okhokdliaadpclhhjdjdakibeajdcade |
Beskrivelse | Adds an option to 'View image' to the right click context menu on an image |
Filstørrelse | 10.31 KB |
Antal Installationer | 117 |
Nuværende Version | 1.0 |
Senest Opdateret | 2022-05-23 |
Udgivelsesdato | 2022-05-23 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | Micha |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |