Right Clicking - Views Image

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

Co to jest Right Clicking - Views Image?

Right Clicking - Views Image to rozszerzenie Chrome opracowane przez Micha, a jego główną funkcją jest „Adds an option to 'View image' to the right click context menu on an image”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Right Clicking - Views Image

Pobierz pliki rozszerzeń Right Clicking - Views Image w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Right Clicking - Views Image Right Clicking - Views Image
ID okhokdliaadpclhhjdjdakibeajdcade
Oficjalny URL https://chromewebstore.google.com/detail/right-clicking-views-imag/okhokdliaadpclhhjdjdakibeajdcade
Opis Adds an option to 'View image' to the right click context menu on an image
Rozmiar pliku 10.31 KB
Liczba instalacji 117
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2022-05-23
Data Publikacji 2022-05-23
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Micha
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}