You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- > Plug-and-play, zero-config, cross-browser extension development tool. -->
18
+
18
19
> Make it very easy to develop cross-browser extensions.
19
20
20
21
<imgalt="Extension.js with all the browser runners open"src="https://github.com/cezaraugusto/extension.js/assets/4672033/f0f5bbfc-e873-4856-9fdd-db2b42d9ab96">
<!-- **Create cross-browser extensions with no build configuration.** -->
27
+
26
28
> Create cross-browser extensions with no build configuration.
27
29
28
30
-[Create A New Extension](#create-a-new-extension) — How to create a new extension.
@@ -57,7 +59,7 @@ For a preview of extensions running these technologies, see documentation about
57
59
58
60
## Get Started Immediately
59
61
60
-
### Use Chrome to start developing an extension from Chrome Extension Samples
62
+
### Use Chrome to start developing an extension from Chrome Extension Samples
61
63
62
64
> See the example below where we request the sample [page-redder](https://github.com/GoogleChrome/chrome-extensions-samples/tree/main/functional-samples/sample.page-redder) from [Google Chrome Extension Samples](https://github.com/GoogleChrome/chrome-extensions-samples).
63
65
@@ -66,6 +68,7 @@ npx extension dev https://github.com/GoogleChrome/chrome-extensions-samples/tree
<!-- > Plug-and-play, zero-config, cross-browser extension development tool. -->
18
+
18
19
> Make it very easy to develop cross-browser extensions.
19
20
20
21
<imgalt="Extension.js with all the browser runners open"src="https://github.com/cezaraugusto/extension.js/assets/4672033/f0f5bbfc-e873-4856-9fdd-db2b42d9ab96">
<!-- **Create cross-browser extensions with no build configuration.** -->
27
+
26
28
> Create cross-browser extensions with no build configuration.
27
29
28
30
-[Create A New Extension](#create-a-new-extension) — How to create a new extension.
@@ -57,7 +59,7 @@ For a preview of extensions running these technologies, see documentation about
57
59
58
60
## Get Started Immediately
59
61
60
-
### Use Chrome to start developing an extension from Chrome Extension Samples
62
+
### Use Chrome to start developing an extension from Chrome Extension Samples
61
63
62
64
> See the example below where we request the sample [page-redder](https://github.com/GoogleChrome/chrome-extensions-samples/tree/main/functional-samples/sample.page-redder) from [Google Chrome Extension Samples](https://github.com/GoogleChrome/chrome-extensions-samples).
63
65
@@ -66,6 +68,7 @@ npx extension dev https://github.com/GoogleChrome/chrome-extensions-samples/tree
If you have an existing project with a `package.json`, you can install the Extension.js package and manually create the scripts used to run your extension.
If you have an existing extension which is using a package manager, you can install the Extension.js package and manually create the scripts used to run your extension. See the demo above or follow these instructions to get it done:
124
+
119
125
**Step 1 - Install extension as a `devDependency`**
0 commit comments