|
2 | 2 |
|
3 | 3 | This is a Chromium and Firefox extension for viewing github Repository sizes, and ~~Bulk downloading~~ selected files and subdirectories.
|
4 | 4 |
|
| 5 | +> [!note] |
5 | 6 | > TODO: The download feature has yet to be implemented
|
6 | 7 |
|
| 8 | +> [!warning] |
| 9 | +> Currently does not work in Firefox due to its inability to dynamically import from `"web_accessible_resources"`. |
| 10 | +> this is a long time [mozilla bug (1536094)](https://bugzilla.mozilla.org/show_bug.cgi?id=1536094), and it seems like it won't be fixed due to security concerns. |
| 11 | +
|
| 12 | +### Downloads |
| 13 | + |
| 14 | +[](https://chromewebstore.google.com/detail/github-aid/abfbcnoemiciiljhpngefacedfgebdcn) |
| 15 | +[](https://chromewebstore.google.com/detail/github-aid/abfbcnoemiciiljhpngefacedfgebdcn) |
| 16 | + |
| 17 | +[](https://microsoftedge.microsoft.com/addons/detail/github-aid/gmmbjkoglimgjbdembmnllcepiejlped) |
| 18 | +[](https://github.com/omar-azmi/github_aid_ts/releases/latest) |
| 19 | + |
7 | 20 | ### Obligatory screenshots
|
8 | 21 |
|
9 | 22 | <p float="left">
|
10 | 23 | <img src="./public/screenshots/desktop.png" style="width: 75%;" />
|
11 | 24 | <img src="./public/screenshots/mobile.png" style="width: 22%;" />
|
12 |
| - <img src="./public/screenshots/desktop_option_page.png" style="width: 98%;" /> |
| 25 | + <img src="./public/screenshots/desktop_option.png" style="width: 98%;" /> |
13 | 26 | </p>
|
14 | 27 |
|
15 | 28 | ## Why?
|
@@ -48,7 +61,7 @@ If you look at a typical extension development codebase, you'll encounter:
|
48 | 61 | - same directory relative import cannot be done, and has to be done relative to the project's root (where `package.json` lies)
|
49 | 62 | - having to adjust to framework specific import prefix characters
|
50 | 63 |
|
51 |
| -all in all, that will lead to a highly coupled codebase, and it'll be incredibly difficult to extract just one part of it for testing, or reusability somewhere else. |
| 64 | +all in all, that will lead to a highly coupled codebase, and it'll be incredibly difficult to extract just one part of it for testing, or reusability elsewhere. |
52 | 65 |
|
53 | 66 |
|
54 | 67 | ## The Deno build process
|
|
0 commit comments