This Chrome extension connects to the Gen-4 Video API, allowing you to generate a video from any image on a webpage.
- Clone the repository:
git clone https://github.com/runwayml/chrome-extension-tutorial
- Open Chrome Extensions:
Open Google Chrome and navigate to
chrome://extensions
. - Enable Developer Mode: In the top right corner of the Extensions page, toggle the Developer mode switch to the on position.
- Load Unpacked Extension:
Click the Load unpacked button that appears.
Navigate to the directory where you cloned the repository and select the
code
folder.
The extension will now be installed and visible in your Chrome extensions list.
To use the video generation features, you will need a Runway API account, key, and credits. Set this up by following the Runway API Quickstart guide.