https://github.com/kewisch/wx-testbed-extension
Extension to test WebExtension API Support
https://github.com/kewisch/wx-testbed-extension
mozilla webextension
Last synced: 3 months ago
JSON representation
Extension to test WebExtension API Support
- Host: GitHub
- URL: https://github.com/kewisch/wx-testbed-extension
- Owner: kewisch
- Created: 2020-03-26T13:16:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-26T16:01:07.000Z (over 5 years ago)
- Last Synced: 2025-02-09T06:41:54.028Z (5 months ago)
- Topics: mozilla, webextension
- Language: JavaScript
- Size: 85 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
wx-testbed
==========This is a simple extension that will show you which APIs are supported in the browser you are running it in.
Usage with [web-ext](https://github.com/mozilla/web-ext):
```shell
web-ext run # Run in Firefox
web-ext run -t chromium # Run in Chromeweb-ext run -t firefox-android --firefox-apk=org.mozilla.firefox # Run in Fennec
web-ext run -t firefox-android --firefox-apk=org.mozilla.fenix.nightly # Run in Fenix Nightlyweb-ext run -f /path/to/thunderbird # Run in Thunderbird
```