1.32.9 • Published 6 months ago

@haibun/browser-extension v1.32.9

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

Uses code from https://github.com/checkly/headless-recorder Since this extension is injecting code into the user's browser, it is reduced to the bare minimum.

Selecting the extension button opens a popup with a play and stop button. Pressing play injects a capture content script into the current tab. The capture script sends browser events to a service that runs on port on the local computer. Pressing stop in the extension stops recording.

The extension uses the following permissions (in development; verify against manifest.json):

  • cookies: log what cookies are managed in a tab
  • activeTab: inject recording extension
  • webNavigation: track navigation requests
  • webRequest: log requests related to a tab
  • scripting:

Notes

The worker won't unload as long as it has chrome.runtime ports open from any tab's content script or from another page of the extension. So the workaround is keep the port open for the duration of your extension's activity, be it a minute or a day. Currently the worker will reset such a connection each five minutes so you'll have to use the port's onDisconnect event to reconnect with some random tab again. - see Keepalive

The extension generates messages of JSON browser actions A publisher publishes JsonCodeMessage to an endpoint The endpoint receives messages with a JsonCodeMessage parser The JsonCodeMessage parser translates the code to Haibun features

1.31.7

6 months ago

1.32.9

6 months ago

1.32.7

6 months ago

1.31.3

7 months ago

1.31.4

7 months ago

1.29.0

10 months ago

1.29.1

10 months ago

1.29.4

9 months ago

1.29.5

8 months ago

1.29.2

9 months ago

1.32.0

6 months ago

1.30.2

8 months ago

1.32.1

6 months ago

1.30.0

8 months ago

1.30.1

8 months ago

1.30.6

8 months ago

1.30.7

8 months ago

1.32.2

6 months ago

1.30.4

8 months ago

1.30.5

8 months ago

1.28.16

10 months ago

1.28.18

10 months ago

1.28.19

10 months ago

1.28.12

11 months ago

1.28.13

11 months ago

1.28.14

11 months ago

1.28.15

10 months ago

1.28.10

11 months ago

1.31.1

7 months ago

1.31.0

7 months ago

1.27.2

12 months ago

1.27.3

11 months ago

1.27.0

12 months ago

1.26.1

1 year ago

1.27.1

12 months ago

1.28.5

11 months ago

1.28.3

11 months ago

1.27.4

11 months ago

1.25.0

1 year ago

1.24.1

1 year ago

1.19.0

1 year ago

1.18.0

1 year ago

1.17.0

1 year ago

1.16.0

1 year ago

1.21.0

1 year ago

1.22.0

1 year ago

1.20.0

1 year ago

1.23.0

1 year ago

1.24.0

1 year ago

1.15.1

1 year ago

1.13.18

1 year ago

1.13.17

1 year ago

1.13.16

1 year ago

1.13.14

1 year ago

1.13.13

1 year ago

1.12.2

1 year ago

1.15.0

1 year ago

1.13.6

1 year ago

1.13.5

1 year ago

1.13.4

1 year ago

1.13.3

1 year ago

1.13.2

1 year ago

1.13.1

1 year ago

1.12.1

1 year ago

1.12.0

1 year ago

1.11.0

1 year ago

1.10.15

1 year ago

1.10.14

1 year ago

1.10.12

1 year ago

1.10.4

1 year ago

1.10.3

1 year ago

0.0.1

2 years ago