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
To build a production version (minified, optimized, etc.), run `npm run build`.
53
+
npm install
54
+
npm run build
52
55
53
-
If you plan on making changes often, you can use the command`npm run dev` to automatically rebuild the extension as you modify files.
56
+
# or for hot-reloading during development:
57
+
npm run dev
58
+
```
54
59
55
-
Both commands will produce an output in the `dist` directory.
60
+
Both commands will produce an output in the `dist/` directory, load that folder into Chrome or Firefox using their [Load Unpacked Extension](https://developer.chrome.com/docs/extensions/get-started/tutorial/hello-world#load-unpacked) UI.
56
61
57
-
## Changelog
58
-
59
-
#### 2024-01 Extension repo moved from `tjhorner/archivebox-exporter` to `Archivebox/archivebox-browser-extension`
- 2024-11 Development [started](https://github.com/ArchiveBox/archivebox-browser-extension/pull/31) on v2 extension with more advanced UI and tagging options
67
+
- 2024-01 Extension repo moved from `tjhorner/archivebox-exporter` to `Archivebox/archivebox-browser-extension`
68
+
- 2021-09 Extension offically supported by ArchiveBox v0.6.2, no longer needed to run `:dev` branch
69
+
- 2021-07 Initial extension [published](https://github.com/ArchiveBox/ArchiveBox/issues/577#issuecomment-872915877) on Chrome and Mozilla web stores
70
+
- 2021-06 [@tjhorner](https://github.com/tjhorner) [Created](https://github.com/ArchiveBox/ArchiveBox/issues/577) the initial `archivebox-exporter` extension
0 commit comments