Skip to content

Commit

Permalink
chore: readme
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <[email protected]>
  • Loading branch information
Innei committed Sep 28, 2024
1 parent 42c540c commit e88abc9
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 6 deletions.
54 changes: 52 additions & 2 deletions README.md
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.
4 changes: 1 addition & 3 deletions entrypoints/background.ts
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(() => {})
2 changes: 1 addition & 1 deletion entrypoints/inject.content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function main() {
disposers.push(injectEntryContent(feedIdOrOther, entryId))
}

disposers.push(injectFeedColumns(feedIdOrOther))
disposers.push(injectFeedColumns())

return () => disposers.map((e) => e())
})
Expand Down

0 comments on commit e88abc9

Please sign in to comment.