Maximize All Windows
Maximize all browser windows.
Maximize All Windowsとは何ですか?
Maximize All Windowsはericchaseによって開発されたChromeの拡張機能で、その主な機能は「Maximize all browser windows.」です。
拡張機能のスクリーンショット
Maximize All Windows拡張機能のCRXファイルをダウンロード
Maximize All Windows拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Maximizes all windows belonging to the current browser. Features: An option for controlling whether addon maximizes windows on browser startup. An option for controlling whether addon maximizes new windows when they are created. An option for controlling whether windows are minimized if they were minimized before maximizing. Have ideas for new Addons? Send me an email, I love talking about new ideas!
拡張機能の基本情報
名前 | |
ID | amhaoajgjmbmibdnbgdebkmbcpicgnkj |
公式URL | https://chromewebstore.google.com/detail/maximize-all-windows/amhaoajgjmbmibdnbgdebkmbcpicgnkj |
説明 | Maximize all browser windows. |
ファイルサイズ | 22.83 KB |
インストール数 | 885 |
現在のバージョン | 0.1.3 |
最終更新日 | 2020-10-07 |
公開日 | 2020-10-07 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | ericchase |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/ericchase/maximize-all-windows |
ヘルプページのURL | https://github.com/ericchase/maximize-all-windows/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "ericchase", "background": { "scripts": [ "js\/__shared.js", "js\/browser-action.js", "js\/runtime-startup.js" ] }, "browser_action": { "default_icon": { "16": "images\/browser-action-16.png", "32": "images\/browser-action-32.png" }, "default_title": "Maximize all browser windows." }, "description": "Maximize all browser windows.", "homepage_url": "https:\/\/github.com\/ericchase\/maximize-all-windows", "icons": { "48": "images\/logo-48.png", "96": "images\/logo-96.png" }, "manifest_version": 2, "name": "Maximize All Windows", "options_ui": { "chrome_style": true, "page": "options\/options.html" }, "permissions": [ "storage" ], "version": "0.1.3" } |