Right Clicking - Views Image

Adds an option to 'View image' to the right click context menu on an image

Vad är Right Clicking - Views Image?

Right Clicking - Views Image är en Chrome-tillägg utvecklad av Micha, och dess huvudfunktion är "Adds an option to 'View image' to the right click context menu on an image".

Tilläggsskärmbilder

screenshot

Ladda ner Right Clicking - Views Image-förlängningens CRX-fil

Ladda ner Right Clicking - Views Image-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Right Clicking - Views Image Right Clicking - Views Image
ID okhokdliaadpclhhjdjdakibeajdcade
Officiell webbadress https://chromewebstore.google.com/detail/right-clicking-views-imag/okhokdliaadpclhhjdjdakibeajdcade
Beskrivning Adds an option to 'View image' to the right click context menu on an image
Filstorlek 10.31 KB
Antal Installationer 117
Aktuell Version 1.0
Senast Uppdaterad 2022-05-23
Publiceringsdatum 2022-05-23
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Micha
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}