Responsive Web Design Tester

Responsive Web Design Tester is a quick and easy way to test your responsive website.

Responsive Web Design Tester là gì?

Responsive Web Design Tester là một tiện ích mở rộng Chrome được phát triển bởi https://www.esolutions.se, và tính năng chính của nó là "Responsive Web Design Tester is a quick and easy way to test your responsive website.".

Ả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 Responsive Web Design Tester

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

                        Test your mobile site on different devices.
This extension reflects both the size and the browser of the mobile device.

Quickly preview your websites design at the dimensions they will be seen on popular devices.

This extension also uses the correct User-Agent, but it does not render web pages in the same way as the mobile device. It is primarily for developers who want to test how a page responds to different devices.

Supports both external and internal network (localhost).

Add your own devices if you don´t find anything that suits your needs.                    

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

Tên Responsive Web Design Tester Responsive Web Design Tester
ID enhcpefphhaiikpobimgcakinhabgiib
URL Chính Thức https://chrome.google.com/webstore/detail/responsive-web-design-tes/enhcpefphhaiikpobimgcakinhabgiib
Mô tả Responsive Web Design Tester is a quick and easy way to test your responsive website.
Kích Thước Tệp 106 KB
Số Lần Cài Đặt 63,031
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2021-02-02
Ngày Phát Hành 2020-06-23
Đánh Giá 4.07/5 Tổng số 15 Đánh Giá
Nhà Phát Triển https://www.esolutions.se
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "name": "Responsive Web Design Tester",
    "short_name": "RWD Tester",
    "description": "Responsive Web Design Tester is a quick and easy way to test your responsive website.",
    "version": "2.0",
    "offline_enabled": true,
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Responsive Web Design Tester"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "contextMenus"
    ]
}