Window Dimensions

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

Wat is Window Dimensions?

Window Dimensions is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "This extension will display the window's dimensions after resizing the browser window.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Window Dimensions

Download Window Dimensions-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Window Dimensions Window Dimensions
ID fdegbhikbooibcahgagmcbkdecmelgfo
Officiële URL https://chromewebstore.google.com/detail/window-dimensions/fdegbhikbooibcahgagmcbkdecmelgfo
Beschrijving This extension will display the window's dimensions after resizing the browser window.
Bestandsgrootte 52.19 KB
Aantal Installaties 979
Huidige Versie 0.0.7
Laatst Bijgewerkt 2016-04-18
Publicatiedatum 2016-04-18
Beoordeling 2.45/5 Totaal 11 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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"
}