Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukehansell/chrome-nanny
https://github.com/lukehansell/chrome-nanny
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/lukehansell/chrome-nanny
- Owner: lukehansell
- Created: 2024-11-25T19:13:55.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-25T19:29:02.000Z (about 1 month ago)
- Last Synced: 2024-11-25T20:27:37.344Z (about 1 month ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chrome-nanny
## Purpose
To support children browsing the web by analysing the content of pages they are being exposed to and ranking it for harmful content. Where harmful content is discovered, the extension will offer support to the child and, where appropriate will notify the associated parent.The intention is to enable parents to be more aware of the potentially harmful content to which their children may be exposed and to enable them to act early to support their children where necessary.
## Design
```mermaid
---
title: System context diagram
---
graph
child["`
**Child**
[user]
`"]adult["`
**Adult**
[user]
`"]internet["`
**The Internet**
[external system]
`"]extension["`
**Chrome Extension**
[system]
Integrates with the Chrome browser using the AI features to summarise a webpage's content into rated topics
`"]management["`
**Management App**
[system]
Allows a user to setup their preferences and provides notifications
`"]child -- browses sites on --> internet
extension -- monitors content for risks --> internet
extension -- updates when risky content is seen --> management
management -- notifies parent --> adult
```