https://github.com/getappmap/appland-browser-extension
An extension for recording AppLand scenarios through the browser
https://github.com/getappmap/appland-browser-extension
Last synced: 12 months ago
JSON representation
An extension for recording AppLand scenarios through the browser
- Host: GitHub
- URL: https://github.com/getappmap/appland-browser-extension
- Owner: getappmap
- License: mit
- Created: 2019-10-23T20:02:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-22T15:12:14.000Z (over 5 years ago)
- Last Synced: 2024-04-24T09:55:18.323Z (about 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 161 KB
- Stars: 1
- Watchers: 8
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# AppLand Browser Extension
## Development
### The Easy Way
Use
[web-ext](https://extensionworkshop.com/documentation/develop/getting-started-with-web-ext/).
### The Hard Way
#### Chrome
Open Chrome to `chrome://extensions/` and enable developer mode. Click "Load Unpacked" and select
this repository.
#### Firefox
To enable extension development, start by following the instructions here:
https://developer.mozilla.org/en-US/docs/Tools/Browser_Toolbox#Enabling_the_Browser_Toolbox .
Then, visit `about:debugging#/runtime/this-firefox`, click "Load Temporary
Add-on..." and select `appland/manifest.json` from this repository.
Once the add-on is installed, click the "Inspect" button to open the Browser
Toolbox for the extension. Then, choose "Disable Popup Auto-Hide" from the
Toolbox menu. If you don't, you won't see errors loading the extension, and you
won't be able to debug it.
More details about extension debugging can be found here:
https://extensionworkshop.com/documentation/develop/debugging/ .