Fullscreen Image

View any image in fullscreen mode by right-clicking it.

Co to jest Fullscreen Image?

Fullscreen Image to rozszerzenie Chrome opracowane przez https://jakobkallin.com, a jego główną funkcją jest „View any image in fullscreen mode by right-clicking it.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Fullscreen Image

Pobierz pliki rozszerzeń Fullscreen 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

                        Right-click any image to view it in fullscreen mode, cropped to fit the entire screen for maximum immersion.                    

Podstawowe informacje o rozszerzeniu

Nazwa Fullscreen Image Fullscreen Image
ID emlgbimicfdajjogdfjimamoedlibpnj
Oficjalny URL https://chromewebstore.google.com/detail/fullscreen-image/emlgbimicfdajjogdfjimamoedlibpnj
Opis View any image in fullscreen mode by right-clicking it.
Rozmiar pliku 10.03 KB
Liczba instalacji 2,518
Aktualna Wersja 0.0.0.3
Ostatnia Aktualizacja 2017-05-10
Data Publikacji 2017-05-10
Ocena 4.91/5 Łącznie 11 Oceny
Deweloper https://jakobkallin.com
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fullscreen Image",
    "version": "0.0.0.3",
    "description": "View any image in fullscreen mode by right-clicking it.",
    "author": "Jakob Kallin",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "file:\/\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}