Responsinator
Responsinator is an tool to check responsiveness of any website.
Responsinatorとは何ですか?
ResponsinatorはGhanshyam Katriyaによって開発されたChromeの拡張機能で、その主な機能は「Responsinator is an tool to check responsiveness of any website.」です。
拡張機能のスクリーンショット
Responsinator拡張機能のCRXファイルをダウンロード
Responsinator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Responsinator is an easy to use chrome extension tools to check responsiveness of any website. How to use : - Just click on Responsinator chrome extension toolbar icon. - It will open an popup window contains responsinator tool. - Enter your website URL for which you want to check responsiveness and press Enter. Features : - You can choose devices from available devices list. - You can change view to landscape mode. - You can test in your customised resolution. - Also, you can test your locally hosted websites.
拡張機能の基本情報
名前 | Responsinator |
ID | nfpglclbdnldbkeiicnnnodjbjclejem |
公式URL | https://chromewebstore.google.com/detail/responsinator/nfpglclbdnldbkeiicnnnodjbjclejem |
説明 | Responsinator is an tool to check responsiveness of any website. |
ファイルサイズ | 927 KB |
インストール数 | 3,833 |
現在のバージョン | 0.1.0 |
最終更新日 | 2019-07-22 |
公開日 | 2019-07-21 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | Ghanshyam Katriya |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Responsinator", "manifest_version": 2, "version": "0.1.0", "author": "Ghanshyam Katriya ([email protected])", "description": "Responsinator is an tool to check responsiveness of any website.", "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_icon": { "18": "ext_icons\/icon_18.png", "24": "ext_icons\/icon_24.png", "36": "ext_icons\/icon_36.png", "48": "ext_icons\/icon_48.png" } }, "icons": { "18": "ext_icons\/icon_18.png", "24": "ext_icons\/icon_24.png", "36": "ext_icons\/icon_36.png", "48": "ext_icons\/icon_48.png" }, "permissions": [ "background" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "*" ] } |