|
3 | 3 | # Akita
|
4 | 4 |
|
5 | 5 | [](https://opensource.org/licenses/MIT)
|
6 |
| -[](https://creativecommons.org/licenses/by/4.0/) |
| 6 | +[](https://creativecommons.org/licenses/by/4.0/) |
7 | 7 |
|
8 | 8 | A browser extension that gives you insight into your engagement with [Web Monetization](https://webmonetization.org/).
|
9 | 9 |
|
10 | 10 | Akita presents your top visited monetized sites, how much time you’re spending on them, and how much you're contributing (or could contribute) to them.
|
11 | 11 |
|
12 | 12 | We've built this for the [Grant for the Web x DEV hackathon](https://dev.to/devteam/announcing-the-grant-for-the-web-hackathon-on-dev-3kd1)! We're so thrilled to have received a Runner Up Award for this project 🎉 - [Winners Announcement](https://dev.to/devteam/announcing-the-grant-for-the-web-x-dev-hackathon-winners-1nl4).
|
13 | 13 |
|
14 |
| -Our license information can be found [here](docs/LicenseInfo.md) and our license/copyright notices can be found in [LICENSE](LICENSE). |
| 14 | +Our license information can be found [here](docs/LicenseInfo.md) and our license/copyright notices can be found in [LICENSE](LICENSE). Assets in the [assets/external](assets/external) directory are assets from another source or repository, which may not have been created by Akita contributors. Please refer to the per-asset/per-source license information in [assets/external](assets/external). |
| 15 | + |
| 16 | +<table> |
| 17 | + <tr> |
| 18 | + <td align="center"><a href="https://dev.to/devteam/announcing-the-grant-for-the-web-x-dev-hackathon-winners-1nl4"><img src="assets/external/devcommunity/GFTWRunnerUp.png" alt="Grant for the Web x DEV Community Hackathon Runner Up Badge" width="120px"></a></td> |
| 19 | + <td><strong>Grant for the Web x DEV Community Hackathon Runner Up</strong> (June 2020)</td> |
| 20 | + </tr> |
| 21 | + <tr> |
| 22 | + <td align="center"><a href="https://www.grantfortheweb.org/blog/2020-mid-grantees"><img src="assets/external/grantfortheweb/mid-level-grantees.png" alt="Grant for the Web Mid Level Grantee Image" width="200px"></a></td> |
| 23 | + <td><strong>Grant for the Web Mid Level Grantee</strong> (October 2020)</td> |
| 24 | + </tr> |
| 25 | +</table> |
15 | 26 |
|
16 | 27 | ---
|
17 | 28 |
|
@@ -44,26 +55,26 @@ We'd love to have you be a part of Akita! Please feel free to open issues or cre
|
44 | 55 | ### Akita Extension Icon
|
45 | 56 | The Akita extension icon changes depending on the site you are visiting. If the site has monetization enabled, then the Akita icon will look something like this:
|
46 | 57 |
|
47 |
| -<img src="assets/demo_mon.svg" alt="Monetization Enabled Akita Icon" height="100px"> |
| 58 | +<img src="assets/tutorial/demo_mon.svg" alt="Monetization Enabled Akita Icon" height="100px"> |
48 | 59 |
|
49 | 60 | Otherwise, if the site does not have monetization enabled, then the icon will appear as:
|
50 | 61 |
|
51 |
| -<img src="assets/demo_unmon.svg" alt="Monetization Not Enabled Akita Icon" height="100px"> |
| 62 | +<img src="assets/tutorial/demo_unmon.svg" alt="Monetization Not Enabled Akita Icon" height="100px"> |
52 | 63 |
|
53 | 64 | ### Akita Main View
|
54 | 65 | Our browser extension helps you see the top monetized sites you visit and your engagement with Web Monetization at-a-glance.
|
55 | 66 |
|
56 | 67 | Here's a screenshot of what Akita looks like if you're using a Web Monetization provider:
|
57 | 68 |
|
58 |
| -<img src="assets/documentation/mon_demo_screenshot1.png" alt="Monetization Enabled Akita Main View" height="450px"><img src="assets/documentation/mon_demo_screenshot2.png" alt="Monetization Enabled Akita Main View" height="450px"> |
| 69 | +<img src="assets/documentation/mon_demo_screenshot_mainview.png" alt="Monetization Enabled Akita Main View" height="450px"><img src="assets/documentation/mon_demo_screenshot_hoverdetail.png" alt="Monetization Enabled Akita Main View" height="450px"> |
59 | 70 |
|
60 | 71 | You'll likely have some monetized sites that you visit often, but don't really spend much time on. Maybe you'd like to give them a little more love and spend a bit more time there, so that additional payment can be streamed to them. Check out the 'These monetized sites could use ♥️' section!
|
61 | 72 |
|
62 | 73 | <img src="assets/documentation/needslove_demo_screenshot.png" alt="Needs Love Hover" width="330px">
|
63 | 74 |
|
64 | 75 | Here's a screenshot of what Akita looks like if you don't have a Web Monetization provider installed:
|
65 | 76 |
|
66 |
| -<img src="assets/documentation/nonmon_demo_screenshot1.png" alt="Monetization Not Enabled Akita Main View" height="450px"><img src="assets/documentation/nonmon_demo_screenshot2.png" alt="Monetization Not Enabled Akita Main View" height="450px"> |
| 77 | +<img src="assets/documentation/nonmon_demo_screenshot_mainview.png" alt="Monetization Not Enabled Akita Main View" height="450px"><img src="assets/documentation/nonmon_demo_screenshot_hoverdetail.png" alt="Monetization Not Enabled Akita Main View" height="450px"> |
67 | 78 |
|
68 | 79 | ### Akita Demo Video
|
69 | 80 | Click to check out a video walkthrough of Akita:
|
|
0 commit comments