Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mzusin/mz-browser-extensions
TypeScript-based library for managing browser extensions APIs with async/await.
https://github.com/mzusin/mz-browser-extensions
browser browser-extension chorme-extension chrome chrome-extensions
Last synced: 22 days ago
JSON representation
TypeScript-based library for managing browser extensions APIs with async/await.
- Host: GitHub
- URL: https://github.com/mzusin/mz-browser-extensions
- Owner: mzusin
- License: mit
- Created: 2023-10-02T09:22:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-07T13:42:39.000Z (about 1 year ago)
- Last Synced: 2024-10-24T22:42:30.089Z (2 months ago)
- Topics: browser, browser-extension, chorme-extension, chrome, chrome-extensions
- Language: JavaScript
- Homepage: https://browser-extensions.mzsoft.org/
- Size: 3.01 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mz-browser-extensions
TypeScript-based library for managing browser extensions APIs with async/await.## Documentation 🔖
### Getting Started
- [Basic Usage](https://browser-extensions.mzsoft.org/pages/basic-usage.html)
### Api
- [Storage](https://browser-extensions.mzsoft.org/pages/storage.html)
- [Cookies](https://browser-extensions.mzsoft.org/pages/cookies.html)
- [Tabs](https://browser-extensions.mzsoft.org/pages/tabs.html)
- [Screenshot](https://browser-extensions.mzsoft.org/pages/screenshot.html)
- [Files](https://browser-extensions.mzsoft.org/pages/files.html)
- [Devtools](https://browser-extensions.mzsoft.org/pages/devtools.html)
------------------------------```
_______ _________ _______ _ _______ _________ _______ _ _______
( ____ \|\ /|\__ __/( ____ \( ( /|( ____ \\__ __/( ___ )( ( /|( ____ \
| ( \/( \ / ) ) ( | ( \/| \ ( || ( \/ ) ( | ( ) || \ ( || ( \/
| (__ \ (_) / | | | (__ | \ | || (_____ | | | | | || \ | || (_____
| __) ) _ ( | | | __) | (\ \) |(_____ ) | | | | | || (\ \) |(_____ )
| ( / ( ) \ | | | ( | | \ | ) | | | | | | || | \ | ) |
| (____/\( / \ ) | | | (____/\| ) \ |/\____) |___) (___| (___) || ) \ |/\____) |
(_______/|/ \| )_( (_______/|/ )_)\_______)\_______/(_______)|/ )_)\_______)```