ViewportDimension

This extension displays Chrome’s viewport dimensions when resizing the browser window.

Co to jest ViewportDimension?

ViewportDimension to rozszerzenie Chrome opracowane przez Braincompiler, a jego główną funkcją jest „This extension displays Chrome’s viewport dimensions when resizing the browser window.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia ViewportDimension

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

                        This extension displays _just_ Chrome’s viewport dimensions when resizing the browser window. It does nothing else. For those who just want to have this exact feature. It is shown immediately while resizing the window and disappears after 5 seconds.
In a later release there will be some settings for the position and appearance.                    

Podstawowe informacje o rozszerzeniu

Nazwa ViewportDimension ViewportDimension
ID jfoaoghgpkaklamhphfihiaifckkanlf
Oficjalny URL https://chromewebstore.google.com/detail/viewportdimension/jfoaoghgpkaklamhphfihiaifckkanlf
Opis This extension displays Chrome’s viewport dimensions when resizing the browser window.
Rozmiar pliku 11.66 KB
Liczba instalacji 835
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2017-04-13
Data Publikacji 2017-04-13
Ocena 3.00/5 Łącznie 8 Oceny
Deweloper Braincompiler
Typ Płatności free
Strona Rozszerzenia https://braincompiler.de
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "description": "This extension displays Chrome\u2019s viewport dimensions when resizing the browser window.",
    "manifest_version": 2,
    "name": "ViewportDimension",
    "version": "0.0.1",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    }
}