Responsive Viewer
Show multiple screens once, Responsive design tester
Responsive Viewerとは何ですか?
Responsive Viewerはhttps://responsiveviewer.orgによって開発されたChromeの拡張機能で、その主な機能は「Show multiple screens once, Responsive design tester」です。
拡張機能のスクリーンショット
Responsive Viewer拡張機能のCRXファイルをダウンロード
Responsive Viewer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        A Chrome extension to show multiple screens in one view. the extension will help front-end developers to test multiple screens while developing responsive websites/applications.
icon by Dima Hamayunau (https://dribbble.com/abybe).
Clarification on privacy: 
The extension does not track or collect any of your data, it's even not connected to any server to store data.
Source code:
https://github.com/skmail/responsive-viewer                     拡張機能の基本情報
| 名前 |   |  
| ID | inmopeiepgfljkpkidclfgbgbmfcennb | 
| 公式URL | https://chromewebstore.google.com/detail/responsive-viewer/inmopeiepgfljkpkidclfgbgbmfcennb | 
| 説明 | Show multiple screens once, Responsive design tester | 
| ファイルサイズ | 368 KB | 
| インストール数 | 273,255 | 
| 現在のバージョン | 1.0.21 | 
| 最終更新日 | 2023-07-18 | 
| 公開日 | 2019-12-21 | 
| 評価 | 4.55/5 合計 237 レビュー | 
| 開発者 | https://responsiveviewer.org | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | https://responsiveviewer.org/ | 
| 対応言語 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Responsive Viewer",
    "author": "Solaiman Kmail",
    "version": "1.0.21",
    "description": "Show multiple screens once, Responsive design tester",
    "icons": {
        "128": "logo.png"
    },
    "browser_action": {
        "default_icon": "logo.png"
    },
    "background": {
        "scripts": [
            "static\/js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "webRequest",
        "webNavigation",
        "webRequestBlocking"
    ]
}  |  |