-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d4e037a
commit b8826ff
Showing
2 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
|
||
# Random Rick and Morty Extension | ||
|
||
This extension generates a random Rick and Morty Images whenever it is clicked. | ||
|
||
## Installation Instructions | ||
|
||
1. **Open your browser**: Launch your preferred web browser (e.g., Chrome, Edge). | ||
|
||
2. **Enable Developer Mode**: | ||
- Navigate to the extensions page. You can typically do this by typing `chrome://extensions/` in the address bar for Chrome or `edge://extensions/` for Edge. | ||
- Toggle the **Developer mode** switch in the top right corner of the extensions page. | ||
|
||
3. **Load the Extension**: | ||
- Click on the **Load unpacked** button. | ||
- In the file dialog that appears, navigate to the directory where your project files are located and select the folder containing `manifest.json`. | ||
|
||
4. **Activate the Extension**: | ||
- After loading the extension, an icon will appear in the extensions toolbar. | ||
- Click on this icon to generate and view a random Anime quote. | ||
|
||
|
||
## Project Structure | ||
|
||
- `manifest.json`: The manifest file that contains metadata about the extension. | ||
- `index.html`: The HTML file for the extension's popup interface. | ||
- `script.js`: The JavaScript file that handles the logic to fetch and display random Rick and Morty images. | ||
|
||
## Screenshot | ||
|
||
Here is what the extension looks like when activated: | ||
|
||
![Random Anime Quote Extension Screenshot](screenshot.jpg) | ||
|
||
## Additional Information | ||
|
||
- Ensure all necessary files (`manifest.json`, `index.html`, `script.js`, and any additional assets) are in the same directory. | ||
- If you make any changes to the code, you will need to reload the extension by clicking the reload icon next to the extension on the extensions page. | ||
|
||
--- | ||
|
||
Enjoy your random Rick and Morty Extension! |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.