extension 3.0.0 → 3.1.0-next.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -5
- package/dist/cli.js +638 -660
- package/package.json +15 -15
- package/types/extension-create-shim.d.ts +25 -0
package/README.md
CHANGED
|
@@ -9,7 +9,9 @@
|
|
|
9
9
|
[snyk-image]: https://snyk.io/test/github/extension-js/extension/badge.svg?color=0971fe
|
|
10
10
|
[snyk-url]: https://snyk.io/test/github/extension-js/extension
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
[![Version][npm-version-image]][npm-version-url] [![Downloads][npm-downloads-image]][npm-downloads-url] [![CI][action-image]][action-url] [![Discord][discord-image]][discord-url]
|
|
13
|
+
|
|
14
|
+
# Extension.js
|
|
13
15
|
|
|
14
16
|
> The cross-browser extension framework
|
|
15
17
|
|
|
@@ -20,7 +22,7 @@
|
|
|
20
22
|
- [Start from an example](https://github.com/extension-js/extension.js/tree/main/examples) — Start from a working baseline.
|
|
21
23
|
- [I have an extension](#i-have-an-extension) — Use only specific parts of Extension.js.
|
|
22
24
|
|
|
23
|
-
Create cross-browser extensions
|
|
25
|
+
Create cross-browser extensions without manual build configuration.<br />Use Extension.js to develop, build, and preview across browsers with a unified workflow.
|
|
24
26
|
|
|
25
27
|
## Create a new extension
|
|
26
28
|
|
|
@@ -107,9 +109,9 @@ Done. You are all set!
|
|
|
107
109
|
|
|
108
110
|
## Using a specific browser for development
|
|
109
111
|
|
|
110
|
-
| <img src="https://
|
|
111
|
-
|
|
|
112
|
-
|
|
|
112
|
+
| <img src="https://media.extension.land/logos/browsers/chrome.svg" width="70"> | <img src="https://media.extension.land/logos/browsers/edge.svg" width="70"> | <img src="https://media.extension.land/logos/browsers/firefox.svg" width="70"> | <img src="https://media.extension.land/logos/browsers/safari.svg" width="70"> | <img src="https://media.extension.land/logos/browsers/chromium.svg" width="70"> | <img src="https://media.extension.land/logos/browsers/firefox.svg" width="70"> |
|
|
113
|
+
| :---------------------------------------------------------------------------: | :-------------------------------------------------------------------------: | :----------------------------------------------------------------------------: | :---------------------------------------------------------------------------: | :-----------------------------------------------------------------------------: | :----------------------------------------------------------------------------: |
|
|
114
|
+
| Chrome browser<br>✅ | Edge browser<br>✅ | Firefox browser<br>✅ | Safari browser<br>(soon) | Chromium-based<br>✅ | Gecko-based<br>✅ |
|
|
113
115
|
|
|
114
116
|
### Browser flags and custom binaries
|
|
115
117
|
|