# devops-aliyun-app-shell-open **Repository Path**: open_source_base/devops-aliyun-app-shell-open ## Basic Information - **Project Name**: devops-aliyun-app-shell-open - **Description**: electron 做的阿里云云效客户端,理论上可以用于任何web项目。 源项目是 electron-browser-shell https://github.com/samuelmaddock/electron-browser-shell 做了一些针对云效的优化调整。理论上适用任何web项目。 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-03-02 - **Last Updated**: 2024-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # electron-browser-shell https://github.com/samuelmaddock/electron-browser-shell A minimal, tabbed web browser with support for Chrome extensions—built on Electron. ![browser preview image showing 3 tabs and a youtube video](./screenshot.png) ## Packages | Name | Description | | --- | --- | | [shell](./packages/shell) | A minimal, tabbed web browser used as a testbed for development of Chrome extension support. | | [electron-chrome-extensions](./packages/electron-chrome-extensions) | Adds additional API support for Chrome extensions to Electron. | | [electron-chrome-context-menu](./packages/electron-chrome-context-menu) | Chrome context menu for Electron browsers. | ## Usage ```bash # Get the code git clone git@github.com:samuelmaddock/electron-browser-shell.git cd electron-browser-shell # Install and launch the browser yarn yarn start ``` 打包成exe(无压缩) cd 当前项目 ant -buildfile ant\inno\build.xml ### Install extensions Load unpacked extensions into `./extensions` then launch the browser. ## Roadmap ### 🚀 Current - [x] Browser tabs - [x] Unpacked extension loader - [x] Initial [`chrome.tabs` extensions API](https://developer.chrome.com/extensions/tabs) - [x] Initial [extension popup](https://developer.chrome.com/extensions/browserAction) support - [ ] Support for common [`chrome.*` extension APIs](https://developer.chrome.com/extensions/devguide) - [ ] Robust extension popup support - [ ] [Manifest V3](https://developer.chrome.com/docs/extensions/mv3/intro/) support - [ ] Respect extension manifest permissions ### 🤞 Eventually - [ ] Extension management (enable/disable/uninstall) - [ ] .CRX extension loader - [ ] Installation prompt UX - [ ] [Chrome Web Store](https://chrome.google.com/webstore) extension installer - [ ] [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com/addons/Microsoft-Edge-Extensions-Home) extension installer - [ ] Automatic extension updates - [ ] Full support of [`chrome.*` extension APIs](https://developer.chrome.com/extensions/devguide) ### 🤔 Considering - [ ] Opt-in support for custom `webRequest` blocking implementation - [ ] Browser tab discarding ### ❌ Not planned - [Chrome Platform App APIs](https://developer.chrome.com/docs/extensions/reference/#platform_apps_apis) ## License GPL-3 For proprietary use, please [contact me](mailto:sam@samuelmaddock.com?subject=electron-browser-shell%20license) or [sponsor me on GitHub](https://github.com/sponsors/samuelmaddock/) under the appropriate tier to [acquire a proprietary-use license](https://github.com/samuelmaddock/electron-browser-shell/blob/master/LICENSE-PATRON.md). These contributions help make development and maintenance of this project more sustainable and show appreciation for the work thus far. ### Contributor license agreement By sending a pull request, you hereby grant to owners and users of the electron-browser-shell project a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, sublicense, and distribute your contributions and such derivative works. The owners of the electron-browser-shell project will also be granted the right to relicense the contributed source code and its derivative works.