SimpleSize

This extension displays Chrome’s viewport dimensions when resizing the browser. Simple, straight forward and with zero bloat.

SimpleSize là gì?

SimpleSize là một tiện ích mở rộng Chrome được phát triển bởi Damien van Holten, và tính năng chính của nó là "This extension displays Chrome’s viewport dimensions when resizing the browser. Simple, straight forward and with zero bloat.".

Ả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 SimpleSize

Tải xuống các tệp mở rộng SimpleSize 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

                                            

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

Tên SimpleSize SimpleSize
ID ojjhoepiggciiaepjpkfcielnimbfkhh
URL Chính Thức https://chromewebstore.google.com/detail/simplesize/ojjhoepiggciiaepjpkfcielnimbfkhh
Mô tả This extension displays Chrome’s viewport dimensions when resizing the browser. Simple, straight forward and with zero bloat.
Kích Thước Tệp 93.91 KB
Số Lần Cài Đặt 150
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2015-03-27
Ngày Phát Hành 2015-03-27
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Damien van Holten
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "js\/jquery-1.11.1.min.js",
            "js\/scripts.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "css\/main.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 displays Chrome\u2019s viewport dimensions when resizing the browser. Simple, straight forward and with zero bloat.",
    "icons": {
        "128": "images\/icon128.png"
    },
    "manifest_version": 2,
    "name": "SimpleSize",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.1"
}