Easily add content to your Screenly digital signage displays in a few clicks. ✨
- Install the extension from the Chrome Web Store.
- Install the extension from Firefox Add Ons.
The extension is built using webpack. Please check our contributing guidelines for detailed information about opening pull requests and releasing new versions.
$ PLATFORM=<PLATFORM> \
VERSION=<VERSION> \
./bin/start_development_mode.sh
Important
VERSION
can be any valid version semver string (X.Y.Z
), whereX
,Y
, andZ
are non-negative numbers.PLATFORM
can be eitherchrome
orfirefox
.
Now load the content of the dist/
folder as an unpacked extension in Chrome. As you make changes to the code, the extension is automatically rebuilt.
$ VERSION=<VERSION> \
PLATFORM=<PLATFORM> \
./bin/package_extension.sh
$ ./bin/run_tests.sh
- Build the extension in dev mode.
- Load the extension as an unpacked extension from the
dist
folder. - Find the extension URL and then open
chrome-extension://<extension-id>/test/tests.html
in Chrome.
- Build the extension in dev mode.
- Open Firefox and navigate to
about:debugging
. - Click on This Firefox and then Load Temporary Add-on.
- You can either select the
manifest.json
file or the zipped extension.
- You can either select the
- Find the extension URL and then open
moz-extension://<extension-id>/test/tests.html
in Firefox.