https://github.com/ghostdevv/esm.sh-extension
https://github.com/ghostdevv/esm.sh-extension
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ghostdevv/esm.sh-extension
- Owner: ghostdevv
- License: mit
- Created: 2023-06-17T22:32:25.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-11T12:46:14.000Z (about 1 year ago)
- Last Synced: 2025-04-08T03:59:15.088Z (11 months ago)
- Language: TypeScript
- Size: 35.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# esm.sh browser extension
This extension adds a "Copy esm.sh import" button on npm package pages! It will automatically detect the package name and version.

## Installation
[](https://chrome.google.com/webstore/detail/esmsh-extension/jlpgfgknnnglpcpkocpfpdicpdpdlnme)
[](https://addons.mozilla.org/en-GB/firefox/addon/esm-sh/)
## Develop
Requirements:
- Node 16+
- npm or pnpm
1. `npm install` or `pnpm install`
2. `npm run build`
3. Load extension into chrome/firefox from `extension/manifest.json`