Browser plugin to uncover lost mathematical treasures on the web
Go to file
Glen Whitney a236e15990 feat: Get extension working in the Edge browser (#42)
To accomplish this, it needed to be bundled up in a zip file, so
  code to do that was added. (Quite possibly the zip will be able to
  be renamed as an .xpi file to create the file needed for Firefox.
  At the moment, you must extract this zip and "sideload" the extension
  into Edge by selected the extracted folder. I read that Edge will
  handle the packing into a single extension file itself.

  Also, some of the features used in the extension had to be polyfilled
  into Edge. And the final major change is that the "Xray" feature is
  not available in Edge, so data passed from the content script to the
  script injected into the page had to be moved from Xray to attributes
  of the script element. This all represents more progress on #28,
  Chrome(ium) is next.

Reviewed-on: #42
Co-authored-by: Glen Whitney <glen@studioinfinity.org>
Co-committed-by: Glen Whitney <glen@studioinfinity.org>
2023-10-10 03:17:19 +00:00
etc feat: Get extension working in the Edge browser (#42) 2023-10-10 03:17:19 +00:00
public feat: Start implementing Rostamian's pages (#39) 2023-10-06 19:38:56 +00:00
src feat: Get extension working in the Edge browser (#42) 2023-10-10 03:17:19 +00:00
tools feat: Get extension working in the Edge browser (#42) 2023-10-10 03:17:19 +00:00
.gitignore feat: Get extension working in the Edge browser (#42) 2023-10-10 03:17:19 +00:00
LICENSE chore: Initialize pnpm package manager 2023-08-28 08:33:10 -07:00
package.json5 feat: Get extension working in the Edge browser (#42) 2023-10-10 03:17:19 +00:00
pnpm-lock.yaml feat: Get extension working in the Edge browser (#42) 2023-10-10 03:17:19 +00:00
README.md Initial commit 2023-08-28 05:11:26 +00:00
tsconfig.json chore: Check types and add draft full typing for x_ite. (#18) 2023-09-11 01:52:39 +00:00

archematics

Browser plugin to uncover lost mathematical treasures on the web