ViewportDimension

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

ViewportDimension là gì?

ViewportDimension là một tiện ích mở rộng Chrome được phát triển bởi Braincompiler, và tính năng chính của nó là "This extension displays Chrome’s viewport dimensions when resizing the browser window.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ViewportDimension

Tải xuống các tệp mở rộng ViewportDimension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ViewportDimension ViewportDimension
ID jfoaoghgpkaklamhphfihiaifckkanlf
URL Chính Thức https://chromewebstore.google.com/detail/viewportdimension/jfoaoghgpkaklamhphfihiaifckkanlf
Mô tả This extension displays Chrome’s viewport dimensions when resizing the browser window.
Kích Thước Tệp 11.66 KB
Số Lần Cài Đặt 835
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2017-04-13
Ngày Phát Hành 2017-04-13
Đánh Giá 3.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Braincompiler
Loại Thanh Toán free
Trang Web Mở Rộng https://braincompiler.de
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}