Maximize All Windows
Maximize all browser windows.
What is Maximize All Windows?
Maximize All Windows is a Chrome extension developed by ericchase, and its main feature is "Maximize all browser windows.".
Extension Screenshots
Download Maximize All Windows Extension CRX File
Download Maximize All Windows extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | amhaoajgjmbmibdnbgdebkmbcpicgnkj |
Official URL | https://chromewebstore.google.com/detail/maximize-all-windows/amhaoajgjmbmibdnbgdebkmbcpicgnkj |
Description | Maximize all browser windows. |
File Size | 22.83 KB |
Installation Count | 885 |
Current Version | 0.1.3 |
Last Updated | 2020-10-07 |
Publish Date | 2020-10-07 |
Rating | 5.00/5 Total 2 Ratings |
Developer | ericchase |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/ericchase/maximize-all-windows |
Help Page URL | https://github.com/ericchase/maximize-all-windows/issues |
Supported Languages | 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" } |