github_aid_ts

A Chromium and Firefox extension for viewing github Repository sizes, and Downloading files/subdirectories. It also features a simple tooling workflow that is capable of auto-generate web-extensions with: pure Typescript, Deno, and ES-modules. Along with the ability to bundle with minification and common-code-splitting.

OTHER License

Stars
1

Bot releases are visible (Hide)

github_aid_ts - v0.1.2 - add support for firefox Latest Release

Published by omar-azmi 9 months ago

  • add support for firefox
  • reduce the number of split javascript chunks generated from 5 to just 1
  • make sure that "web_accessible_resources" is not permitted on "<all_urls>", but only github's.
    i.e. the extension's javascript files are no longer accessible via fetch GET by any domain other than github.

What's Changed

Full Changelog: https://github.com/omar-azmi/github_aid_ts/compare/v0.1.1...v0.1.2

github_aid_ts - v0.1.1 - initial release

Published by omar-azmi 9 months ago