Right Clicking - Views Image
Adds an option to 'View image' to the right click context menu on an image
Wat is Right Clicking - Views Image?
Right Clicking - Views Image is een Chrome-extensie ontwikkeld door Micha, en de belangrijkste functie is "Adds an option to 'View image' to the right click context menu on an image".
Extensie Screenshots
Download het CRX-bestand van de extensie Right Clicking - Views Image
Download Right Clicking - Views Image-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Right Clicking - Views Image |
ID | okhokdliaadpclhhjdjdakibeajdcade |
Officiële URL | https://chromewebstore.google.com/detail/right-clicking-views-imag/okhokdliaadpclhhjdjdakibeajdcade |
Beschrijving | Adds an option to 'View image' to the right click context menu on an image |
Bestandsgrootte | 10.31 KB |
Aantal Installaties | 117 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2022-05-23 |
Publicatiedatum | 2022-05-23 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Micha |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |