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: about 2 months 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-09T19:32:22.000Z (about 2 months ago)
- Last Synced: 2025-04-13T03:13:33.800Z (about 2 months ago)
- Topics: chrome-extension, firefox-extension, gatsby, gatsby-detector
- Language: JavaScript
- Homepage: https://chromewebstore.google.com/detail/gatbsyjs-detector/ebnangjfmhfioccbaepehadakhiffapm
- Size: 2.6 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# gatsby.js-detector [](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