Responsive Web Design Tester

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

Responsive Web Design Testerとは何ですか?

Responsive Web Design Testerはhttps://www.esolutions.seによって開発されたChromeの拡張機能で、その主な機能は「Responsive Web Design Tester is a quick and easy way to test your responsive website.」です。

拡張機能のスクリーンショット

screenshot

Responsive Web Design Tester拡張機能のCRXファイルをダウンロード

Responsive Web Design Tester拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Responsive Web Design Tester Responsive Web Design Tester
ID enhcpefphhaiikpobimgcakinhabgiib
公式URL https://chrome.google.com/webstore/detail/responsive-web-design-tes/enhcpefphhaiikpobimgcakinhabgiib
説明 Responsive Web Design Tester is a quick and easy way to test your responsive website.
ファイルサイズ 106 KB
インストール数 63,031
現在のバージョン 2.0
最終更新日 2021-02-02
公開日 2020-06-23
評価 4.07/5 合計 15 レビュー
開発者 https://www.esolutions.se
Eメール [email protected]
支払い方法 free
対応言語 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"
    ]
}