Right Clicking - Views Image
Adds an option to 'View image' to the right click context menu on an image
What is Right Clicking - Views Image?
Right Clicking - Views Image is a Chrome extension developed by Micha, and its main feature is "Adds an option to 'View image' to the right click context menu on an image".
Extension Screenshots
Download Right Clicking - Views Image Extension CRX File
Download Right Clicking - Views Image extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Right Clicking - Views Image |
ID | okhokdliaadpclhhjdjdakibeajdcade |
Official URL | 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 |
File Size | 10.31 KB |
Installation Count | 117 |
Current Version | 1.0 |
Last Updated | 2022-05-23 |
Publish Date | 2022-05-23 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Micha |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |