Multi-Screen Visualizer
A multi-screen visualizer for website
Multi-Screen Visualizerとは何ですか?
Multi-Screen VisualizerはAllen Thomas Vargheseによって開発されたChromeの拡張機能で、その主な機能は「A multi-screen visualizer for website」です。
拡張機能のスクリーンショット
Multi-Screen Visualizer拡張機能のCRXファイルをダウンロード
Multi-Screen Visualizer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is a work-in-progress version to see how a website will look in different resolutions. Currently 5 different screen sizes are supported:
* Mobile S (W:320px)
* Mobile M (W: 375px)
* Mobile L (W: 425 px)
* Tablet (W: 768px)
* Desktop (W: 1024px)
In near future, style updates to the UI and other features will be added. 拡張機能の基本情報
| 名前 | |
| ID | iegcbninklpnmdhbmdfbcpjlahemibba |
| 公式URL | https://chromewebstore.google.com/detail/multi-screen-visualizer/iegcbninklpnmdhbmdfbcpjlahemibba |
| 説明 | A multi-screen visualizer for website |
| ファイルサイズ | 83.13 KB |
| インストール数 | 1,229 |
| 現在のバージョン | 0.0.0.2 |
| 最終更新日 | 2019-08-01 |
| 公開日 | 2019-07-28 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | Allen Thomas Varghese |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Multi-Screen Visualizer",
"version": "0.0.0.2",
"description": "A multi-screen visualizer for website",
"manifest_version": 2,
"background": {
"page": "templates\/multi-screen.html"
},
"browser_action": {
"default_title": "Multi-Screen Visualizer",
"default_icon": "msv.png"
},
"permissions": [
"tabs",
"storage",
"webRequest",
"webRequestBlocking",
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |