mirror of
https://github.com/open-wc/locator.git
synced 2026-03-10 08:51:21 +00:00
master
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.1.6 to 1.8.0. - [Release notes](https://github.com/grpc/grpc-node/releases) - [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.1.6...@grpc/grpc-js@1.8.0) --- updated-dependencies: - dependency-name: "@grpc/grpc-js" dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
🛠 Status: In Development
This chrome extension is still in development, and dependant on
custom-elements.jsonbecoming a standardized format, and the catalog being in a more mature state. You can read more aboutcustom-elements.jsonhere.
Custom Elements Locator
Chrome extension to find custom elements on a page, and search the catalog for extra information
Instructions
- Write code
- Run
npm run build - Go to chrome://extensions/
- Toggle 'Developer mode' in top right corner
- Click 'Load unpacked' in top left corner
- Select the root folder of this project
If you are implementing and want to test repeatedly:
- Install Extensions Reloader
- Running
npm run startwill rebuild on each change in thesrcfolder, and trigger a reload of the extension. - Refresh your current tab
CI and Release process
CI and releases are created using Github Actions.
- Any push on any branch or PR will run
npm run buildand create a zip in case content needs to be checked.- The zip can be tested in chrome using the
load packed extensionbutton in chrome://extensions/ - See this link for an example of pipeline.
- The zip can be tested in chrome using the
- Any push to master (thus including a PR merge) will do the same AND bump
package.jsonandmanifest.jsonas well as commit the new bump.- The archive can then be used for upload in the Chrome Store. See this link for an example.
You can see all running actions here.
Extension on the Chrome Store
Description
Languages
JavaScript
87.2%
HTML
12.8%

