Window Resizer
Resize Google Chrome windows.
Window Resizerとは何ですか?
Window Resizerはhttps://lawfulgood.github.ioによって開発されたChromeの拡張機能で、その主な機能は「Resize Google Chrome windows.」です。
拡張機能のスクリーンショット
Window Resizer拡張機能のCRXファイルをダウンロード
Window Resizer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Window Resizer is a utility to allow you to easily resize Google Chrome windows to specific sizes.
Source: https://github.com/LawfulGood/WindowResizer
Lawful Good is a suite of Google Chrome plugins that provide much needed developer & user functionality, without clogging your browser up with spyware, malware or other trash. 拡張機能の基本情報
| 名前 | |
| ID | fgcikanifihhgnacepigehgmplgkkgcl |
| 公式URL | https://chromewebstore.google.com/detail/window-resizer/fgcikanifihhgnacepigehgmplgkkgcl |
| 説明 | Resize Google Chrome windows. |
| ファイルサイズ | 125 KB |
| インストール数 | 10,000 |
| 現在のバージョン | 0.3 |
| 最終更新日 | 2014-10-09 |
| 公開日 | 2014-10-09 |
| 評価 | 3.63/5 合計 30 レビュー |
| 開発者 | https://lawfulgood.github.io |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"name": "Window Resizer",
"version": "0.3",
"manifest_version": 2,
"description": "Resize Google Chrome windows.",
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"icons": {
"16": "assets\/icons\/resize16.png",
"48": "assets\/icons\/resize48.png",
"128": "assets\/icons\/resize128.png",
"256": "assets\/icons\/resize256.png"
},
"browser_action": {
"default_icon": "assets\/icons\/resize256.png",
"default_popup": "popup.html"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |