Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sibiraj-s/gatsby.js-detector
Extension to detect sites built with Gatsby.js
https://github.com/sibiraj-s/gatsby.js-detector
chrome-extension firefox-extension gatsby gatsby-detector
Last synced: 8 days ago
JSON representation
Extension to detect sites built with Gatsby.js
- Host: GitHub
- URL: https://github.com/sibiraj-s/gatsby.js-detector
- Owner: sibiraj-s
- License: mit
- Created: 2020-01-03T17:36:21.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-05T09:11:48.000Z (2 months ago)
- Last Synced: 2024-12-23T12:35:19.921Z (24 days ago)
- Topics: chrome-extension, firefox-extension, gatsby, gatsby-detector
- Language: JavaScript
- Homepage: https://chromewebstore.google.com/detail/gatbsyjs-detector/ebnangjfmhfioccbaepehadakhiffapm
- Size: 2.49 MB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# gatsby.js-detector [![Tests](https://github.com/sibiraj-s/gatsby.js-detector/workflows/Tests/badge.svg)](https://github.com/sibiraj-s/gatsby.js-detector/actions)
> Extension to detect sites built with Gatsby.js
## Installation
- [Chrome Extension][chrome-marketplace]
- [Firefox Addon][firefox-marketplace]Opera Users can [enable Chrome extensions](https://addons.opera.com/extensions/details/download-chrome-extension-9/)
and then install the [Chrome extension][chrome-marketplace]## Development
Run `npm run dev` to watch script changes
To launch extension in Chrome. The launched Chrome instance is controlled by [puppeteer]
```bash
npm run launch:ext:chrome
```To launch extension in Firefox. The launched Firefox instance is controlled by [web-ext]
```bash
npm run launch:ext:firefox
```[chrome-marketplace]: https://chrome.google.com/webstore/detail/gatbsyjs-detector/ebnangjfmhfioccbaepehadakhiffapm/
[firefox-marketplace]: https://addons.mozilla.org/en-US/firefox/addon/gatbsy-js-detector/
[puppeteer]: https://github.com/GoogleChrome/puppeteer
[web-ext]: https://github.com/mozilla/web-ext