Window Dimensions

This extension will display the window's dimensions after resizing the browser window.

¿Qué es Window Dimensions?

Window Dimensions es una extensión de Chrome desarrollada por Unknown, y su función principal es "This extension will display the window's dimensions after resizing the browser window.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Window Dimensions

Descarga archivos de extensión Window Dimensions en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        This package allows you to view window size upon resizing the browser. Colors, font-size, and location can be changed in the options panel.                    

Información Básica de la Extensión

Nombre Window Dimensions Window Dimensions
ID fdegbhikbooibcahgagmcbkdecmelgfo
URL Oficial https://chromewebstore.google.com/detail/window-dimensions/fdegbhikbooibcahgagmcbkdecmelgfo
Descripción This extension will display the window's dimensions after resizing the browser window.
Tamaño del Archivo 52.19 KB
Cantidad de Instalaciones 979
Versión Actual 0.0.7
Última Actualización 2016-04-18
Fecha de Publicación 2016-04-18
Calificación 2.45/5 Total de 11 Calificaciones
Desarrollador Unknown
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "js\/jquery-1.11.1.min.js",
            "js\/scripts.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "css\/styles.css"
            ],
            "js": [
                "js\/jquery-1.11.1.min.js",
                "js\/scripts.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "http:\/\/localhost\/*",
                "https:\/\/localhost\/*",
                "http:\/\/127.0.0.1\/*",
                "file:\/\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "This extension will display the window's dimensions after resizing the browser window.",
    "icons": {
        "128": "img\/icon128.png"
    },
    "manifest_version": 2,
    "name": "Window Dimensions",
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.7"
}