https://github.com/ckaznable/web-ext-page-spy
browser extension get page variable or excute page script in content script
https://github.com/ckaznable/web-ext-page-spy
chrome-extension web-extension
Last synced: 3 months ago
JSON representation
browser extension get page variable or excute page script in content script
- Host: GitHub
- URL: https://github.com/ckaznable/web-ext-page-spy
- Owner: ckaznable
- License: mit
- Created: 2022-07-05T03:26:42.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-17T05:36:12.000Z (about 4 years ago)
- Last Synced: 2025-10-06T19:44:33.522Z (10 months ago)
- Topics: chrome-extension, web-extension
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/web-ext-page-spy
- Size: 111 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.npmjs.com/package/web-ext-page-spy)
# web-ext-page-spy
browser extension get page variable or excute page script in content script
## Example
Refer to this [example](./example/) of for how to use it
## Installation
Using npm:
```shell
npm install --save web-ext-page-spy
```
or using yarn:
```shell
yarn add web-ext-page-spy
```