ViewportDimension

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

Cos'è ViewportDimension?

ViewportDimension è un'estensione di Chrome sviluppata da Braincompiler, e la sua funzione principale è "This extension displays Chrome’s viewport dimensions when resizing the browser window.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ViewportDimension

Scarica i file di estensione ViewportDimension 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

                        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.                    

Informazioni di Base sull'Estensione

Nome ViewportDimension ViewportDimension
ID jfoaoghgpkaklamhphfihiaifckkanlf
URL Ufficiale https://chromewebstore.google.com/detail/viewportdimension/jfoaoghgpkaklamhphfihiaifckkanlf
Descrizione This extension displays Chrome’s viewport dimensions when resizing the browser window.
Dimensione del File 11.66 KB
Conteggio Installazioni 835
Versione Corrente 0.0.1
Ultimo Aggiornamento 2017-04-13
Data di Pubblicazione 2017-04-13
Valutazione 3.00/5 Totale 8 Valutazioni
Sviluppatore Braincompiler
Tipo di Pagamento free
Sito Web dell'Estensione https://braincompiler.de
Lingue Supportate 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"
    }
}