Right Clicking - Views Image

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

Cos'è Right Clicking - Views Image?

Right Clicking - Views Image è un'estensione di Chrome sviluppata da Micha, e la sua funzione principale è "Adds an option to 'View image' to the right click context menu on an image".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Right Clicking - Views Image

Scarica i file di estensione Right Clicking - Views Image in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Right Clicking - Views Image Right Clicking - Views Image
ID okhokdliaadpclhhjdjdakibeajdcade
URL Ufficiale https://chromewebstore.google.com/detail/right-clicking-views-imag/okhokdliaadpclhhjdjdakibeajdcade
Descrizione Adds an option to 'View image' to the right click context menu on an image
Dimensione del File 10.31 KB
Conteggio Installazioni 117
Versione Corrente 1.0
Ultimo Aggiornamento 2022-05-23
Data di Pubblicazione 2022-05-23
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Micha
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}