Window Dimensions

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

Apa itu Window Dimensions?

Window Dimensions adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "This extension will display the window's dimensions after resizing the browser window.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Window Dimensions

Unduh file ekstensi Window Dimensions dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Window Dimensions Window Dimensions
ID fdegbhikbooibcahgagmcbkdecmelgfo
URL Resmi https://chromewebstore.google.com/detail/window-dimensions/fdegbhikbooibcahgagmcbkdecmelgfo
Deskripsi This extension will display the window's dimensions after resizing the browser window.
Ukuran File 52.19 KB
Jumlah Instalasi 979
Versi Saat Ini 0.0.7
Terakhir Diperbarui 2016-04-18
Tanggal Publikasi 2016-04-18
Penilaian 2.45/5 Total 11 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung 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"
}