-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Innei <[email protected]>
- Loading branch information
Showing
3 changed files
with
54 additions
and
6 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 |
---|---|---|
@@ -1,3 +1,53 @@ | ||
# WXT + React | ||
# Followise | ||
|
||
<div align="center"> | ||
<a href="https://github.com/RSSNext/Followise"> | ||
<img src="./public/icon/128.png" alt="Logo" width="80" height="80"> | ||
</a> | ||
</div> | ||
|
||
|
||
## Overview | ||
|
||
This is an internal hackathon project developed over a two-day period. It is not recommended for production use. | ||
|
||
This Chrome extension is designed to explore additional features for the Follow product, extending its functionality beyond the core product. | ||
|
||
Please note that this plugin is purely experimental. Some features may potentially be integrated into Follow in the future. | ||
|
||
## Installation | ||
|
||
|
||
Download release.zip, then open manage chrome extensions page. Unzip zip archive | ||
|
||
<img width="1389" alt="image" src="https://github.com/user-attachments/assets/823169e6-d7d6-4705-b6b9-f4c86da6a740"> | ||
|
||
Import the unzipped directory according to the steps above. | ||
|
||
Visit https://app.follow.is. | ||
|
||
Enjoy! | ||
|
||
|
||
## Features | ||
|
||
Currently implemented features include: | ||
|
||
- Comments | ||
- Discover - Trending | ||
- Profile Timeline (Collection) | ||
|
||
## Important Notes | ||
|
||
- This is an internal project and not intended for public release. | ||
- Development time was limited to two days as part of a hackathon. | ||
- The extension is experimental and should not be used in production environments. | ||
|
||
## Potential Future Integration | ||
|
||
While this extension currently exists separately from Follow, some of its features may be considered for integration into the main Follow product in the future. | ||
|
||
## License | ||
|
||
This project is licensed under the MIT License. | ||
|
||
This template should help get you started developing with React in WXT. |
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 |
---|---|---|
@@ -1,3 +1 @@ | ||
export default defineBackground(() => { | ||
console.log('Hello background!', { id: browser.runtime.id }); | ||
}); | ||
export default defineBackground(() => {}) |
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