# EDGE FULL SCREEN ### 介绍 实现 Edge 全屏启动。 ### packaging * packaging 可以浏览这个[文档](https://docs.microsoft.com/zh-cn/microsoft-edge/extensions/guides/packaging/creating-and-testing-extension-packages) ``` "D:\Windows Kits\10\bin\10.0.17134.0\x64\makeappx.exe" pack /h SHA256 /d "D:\appx\input\edge_fullscreen" /p "D:\appx\output\Edge Full Screen" ``` * unpacking ``` C:\Program Files (x86)\Windows Kits\10\bin\x64>makeappx.exe unpack /v /p "C:\Extension\MyExtension.appx" /d "C:\Extension\My Extension" ``` ### 签名 You do not need to sign an extension package before submitting it to the Microsoft Store; the Store ingestion process will take care of that for you!