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 |
官方網址 | 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 |
電子郵箱 | [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" } |