├── LICENSE ├── README.md ├── captionless-window-and-non-client-area-dragging ├── captionless.png ├── manifest.json └── web │ └── captionless_window_and_non_client_area_dragging.html ├── desktop-widget-window ├── desktop_widget.png ├── manifest.json └── web │ └── desktop_widget.html ├── gone-with-the-clouds ├── clouds.png ├── manifest.json └── web │ ├── cloud10.png │ ├── clouds.html │ └── js │ ├── Detector.js │ └── three.min.js ├── hex-custom-protocol ├── hex_custom_protocol.png ├── manifest.json └── web │ ├── hex_custom_protocol.html │ └── js │ ├── jquery.js │ └── spinners.js ├── hex-dialog ├── hex_dialog.png ├── manifest.json └── web │ └── hex_dialog.html ├── hex-icon ├── hex_icon.png ├── manifest.json └── web │ ├── hex_icon.html │ └── js │ ├── jquery.js │ └── spinners.js ├── hex-shortcut ├── hex_shortcut.png ├── manifest.json └── web │ └── hex_shortcut.html ├── input-element ├── input_element.png ├── manifest.json └── web │ └── input_element.html ├── opacity-window ├── manifest.json ├── opacity_window.png └── web │ └── opacity_window.html ├── polygon-window ├── manifest.json ├── polygon_window.png └── web │ └── polygon_window.html ├── screen ├── manifest.json ├── screen.png └── web │ └── screen.html ├── single-instance ├── manifest.json ├── single_instance.png └── web │ └── single_instance.html ├── snapshot ├── manifest.json ├── snapshot.png └── web │ └── snapshot.html └── transparency-with-windows-aero-glass ├── aero_transparency.png ├── manifest.json └── web └── aero_transparency.html /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netease-youdao/hex-samples/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netease-youdao/hex-samples/HEAD/README.md -------------------------------------------------------------------------------- /captionless-window-and-non-client-area-dragging/captionless.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netease-youdao/hex-samples/HEAD/captionless-window-and-non-client-area-dragging/captionless.png -------------------------------------------------------------------------------- /captionless-window-and-non-client-area-dragging/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netease-youdao/hex-samples/HEAD/captionless-window-and-non-client-area-dragging/manifest.json -------------------------------------------------------------------------------- /captionless-window-and-non-client-area-dragging/web/captionless_window_and_non_client_area_dragging.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netease-youdao/hex-samples/HEAD/captionless-window-and-non-client-area-dragging/web/captionless_window_and_non_client_area_dragging.html -------------------------------------------------------------------------------- /desktop-widget-window/desktop_widget.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netease-youdao/hex-samples/HEAD/desktop-widget-window/desktop_widget.png -------------------------------------------------------------------------------- /desktop-widget-window/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netease-youdao/hex-samples/HEAD/desktop-widget-window/manifest.json -------------------------------------------------------------------------------- /desktop-widget-window/web/desktop_widget.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netease-youdao/hex-samples/HEAD/desktop-widget-window/web/desktop_widget.html -------------------------------------------------------------------------------- /gone-with-the-clouds/clouds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netease-youdao/hex-samples/HEAD/gone-with-the-clouds/clouds.png -------------------------------------------------------------------------------- /gone-with-the-clouds/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netease-youdao/hex-samples/HEAD/gone-with-the-clouds/manifest.json -------------------------------------------------------------------------------- /gone-with-the-clouds/web/cloud10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netease-youdao/hex-samples/HEAD/gone-with-the-clouds/web/cloud10.png -------------------------------------------------------------------------------- /gone-with-the-clouds/web/clouds.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netease-youdao/hex-samples/HEAD/gone-with-the-clouds/web/clouds.html -------------------------------------------------------------------------------- /gone-with-the-clouds/web/js/Detector.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netease-youdao/hex-samples/HEAD/gone-with-the-clouds/web/js/Detector.js -------------------------------------------------------------------------------- /gone-with-the-clouds/web/js/three.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netease-youdao/hex-samples/HEAD/gone-with-the-clouds/web/js/three.min.js -------------------------------------------------------------------------------- /hex-custom-protocol/hex_custom_protocol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netease-youdao/hex-samples/HEAD/hex-custom-protocol/hex_custom_protocol.png -------------------------------------------------------------------------------- /hex-custom-protocol/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netease-youdao/hex-samples/HEAD/hex-custom-protocol/manifest.json -------------------------------------------------------------------------------- /hex-custom-protocol/web/hex_custom_protocol.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netease-youdao/hex-samples/HEAD/hex-custom-protocol/web/hex_custom_protocol.html -------------------------------------------------------------------------------- /hex-custom-protocol/web/js/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netease-youdao/hex-samples/HEAD/hex-custom-protocol/web/js/jquery.js -------------------------------------------------------------------------------- /hex-custom-protocol/web/js/spinners.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netease-youdao/hex-samples/HEAD/hex-custom-protocol/web/js/spinners.js -------------------------------------------------------------------------------- /hex-dialog/hex_dialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netease-youdao/hex-samples/HEAD/hex-dialog/hex_dialog.png -------------------------------------------------------------------------------- /hex-dialog/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netease-youdao/hex-samples/HEAD/hex-dialog/manifest.json -------------------------------------------------------------------------------- /hex-dialog/web/hex_dialog.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netease-youdao/hex-samples/HEAD/hex-dialog/web/hex_dialog.html -------------------------------------------------------------------------------- /hex-icon/hex_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netease-youdao/hex-samples/HEAD/hex-icon/hex_icon.png -------------------------------------------------------------------------------- /hex-icon/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netease-youdao/hex-samples/HEAD/hex-icon/manifest.json -------------------------------------------------------------------------------- /hex-icon/web/hex_icon.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netease-youdao/hex-samples/HEAD/hex-icon/web/hex_icon.html -------------------------------------------------------------------------------- /hex-icon/web/js/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netease-youdao/hex-samples/HEAD/hex-icon/web/js/jquery.js -------------------------------------------------------------------------------- /hex-icon/web/js/spinners.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netease-youdao/hex-samples/HEAD/hex-icon/web/js/spinners.js -------------------------------------------------------------------------------- /hex-shortcut/hex_shortcut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netease-youdao/hex-samples/HEAD/hex-shortcut/hex_shortcut.png -------------------------------------------------------------------------------- /hex-shortcut/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netease-youdao/hex-samples/HEAD/hex-shortcut/manifest.json -------------------------------------------------------------------------------- /hex-shortcut/web/hex_shortcut.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netease-youdao/hex-samples/HEAD/hex-shortcut/web/hex_shortcut.html -------------------------------------------------------------------------------- /input-element/input_element.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netease-youdao/hex-samples/HEAD/input-element/input_element.png -------------------------------------------------------------------------------- /input-element/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netease-youdao/hex-samples/HEAD/input-element/manifest.json -------------------------------------------------------------------------------- /input-element/web/input_element.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netease-youdao/hex-samples/HEAD/input-element/web/input_element.html -------------------------------------------------------------------------------- /opacity-window/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netease-youdao/hex-samples/HEAD/opacity-window/manifest.json -------------------------------------------------------------------------------- /opacity-window/opacity_window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netease-youdao/hex-samples/HEAD/opacity-window/opacity_window.png -------------------------------------------------------------------------------- /opacity-window/web/opacity_window.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netease-youdao/hex-samples/HEAD/opacity-window/web/opacity_window.html -------------------------------------------------------------------------------- /polygon-window/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netease-youdao/hex-samples/HEAD/polygon-window/manifest.json -------------------------------------------------------------------------------- /polygon-window/polygon_window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netease-youdao/hex-samples/HEAD/polygon-window/polygon_window.png -------------------------------------------------------------------------------- /polygon-window/web/polygon_window.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netease-youdao/hex-samples/HEAD/polygon-window/web/polygon_window.html -------------------------------------------------------------------------------- /screen/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netease-youdao/hex-samples/HEAD/screen/manifest.json -------------------------------------------------------------------------------- /screen/screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netease-youdao/hex-samples/HEAD/screen/screen.png -------------------------------------------------------------------------------- /screen/web/screen.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netease-youdao/hex-samples/HEAD/screen/web/screen.html -------------------------------------------------------------------------------- /single-instance/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netease-youdao/hex-samples/HEAD/single-instance/manifest.json -------------------------------------------------------------------------------- /single-instance/single_instance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netease-youdao/hex-samples/HEAD/single-instance/single_instance.png -------------------------------------------------------------------------------- /single-instance/web/single_instance.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netease-youdao/hex-samples/HEAD/single-instance/web/single_instance.html -------------------------------------------------------------------------------- /snapshot/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netease-youdao/hex-samples/HEAD/snapshot/manifest.json -------------------------------------------------------------------------------- /snapshot/snapshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netease-youdao/hex-samples/HEAD/snapshot/snapshot.png -------------------------------------------------------------------------------- /snapshot/web/snapshot.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netease-youdao/hex-samples/HEAD/snapshot/web/snapshot.html -------------------------------------------------------------------------------- /transparency-with-windows-aero-glass/aero_transparency.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netease-youdao/hex-samples/HEAD/transparency-with-windows-aero-glass/aero_transparency.png -------------------------------------------------------------------------------- /transparency-with-windows-aero-glass/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netease-youdao/hex-samples/HEAD/transparency-with-windows-aero-glass/manifest.json -------------------------------------------------------------------------------- /transparency-with-windows-aero-glass/web/aero_transparency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netease-youdao/hex-samples/HEAD/transparency-with-windows-aero-glass/web/aero_transparency.html --------------------------------------------------------------------------------