Master Resizer
Master Resizer is an extension which allows you to change the screen size.
Master Resizerとは何ですか?
Master Resizerはvernuigorrによって開発されたChromeの拡張機能で、その主な機能は「Master Resizer is an extension which allows you to change the screen size.」です。
拡張機能のスクリーンショット
Master Resizer拡張機能のCRXファイルをダウンロード
Master Resizer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Master Resizer is an extension which allows you to change the screen size. A simple, useful and beautiful browser window resize app for designers and developers. Resize your browser to various standard resolution sizes. The Screen and Window Resize is useful for testing different screen sizes. It resizes your browser so you can test to see what a web page looks like in all of the standard resolution sizes.
拡張機能の基本情報
名前 | |
ID | abgcndceoklfjamfbampifddhlbdlkaj |
公式URL | https://chrome.google.com/webstore/detail/master-resizer/abgcndceoklfjamfbampifddhlbdlkaj |
説明 | Master Resizer is an extension which allows you to change the screen size. |
ファイルサイズ | 507 KB |
インストール数 | 78 |
現在のバージョン | 1.0 |
最終更新日 | 2018-03-26 |
公開日 | 2018-03-26 |
評価 | 1.00/5 合計 4 レビュー |
開発者 | vernuigorr |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "browser_action": { "default_icon": "images\/default.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "Master Resizer is an extension which allows you to change the screen size.", "icons": { "128": "images\/icon-128.png", "16": "images\/default.png", "48": "images\/icon-48.png" }, "manifest_version": 2, "name": "Master Resizer", "options_page": "options.html", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |