提供元: MrOtherGuy
Inspect and view changes in Movable window-maximize-button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"description": "Creates a movable button to maximize / restore current window.",
"manifest_version": 3,
"author": "MrOtherGuy",
"name": "Movable window-maximize-button",
"version": "2.0",
"permissions": [
"storage"
],
"background": {
"scripts": [
"background.js"
]
},
"action": {
"default_title": "Maximize/Restore",
"theme_icons": [
{
"dark": "icons/button-auto-dark.svg",
"light": "icons/button-auto-light.svg",
"size": 16
}
]
},
"options_ui": {
"page": "options/options.html"
},
"browser_specific_settings": {
"gecko": {
"id": "mwmaximize@example.com",
"strict_min_version": "112.0"
}
}
} ベストのMovable window-maximize-button代替案
Movable window-maximize-buttonに類似したFirefox add-onをいくつか紹介します:
Movable window-minimize-button
MrOtherGuy
Movable window-close-button
MrOtherGuy
Maximize/Restore Window Button
nanpuyue
Change New Maximized Window to Resizable
jscher2000
OS style Maxmize Window Button
Firefox user 12528072
Breeze Maximize Button
Andrey Orst
OS style Minimze Window Button
Firefox user 12528072
WinMax - Automatically Maximize Windows - Simple
mcortt
Arc Theme Maxmimiz Button
Firefox user 12528072
minimize-window-close buttons
dhanush
Minimal Resize Button
Pari
Maximize Tear-off Window
Lionel Wong