Skip to content

theluckystrike/webext-scripting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI npm License: MIT TypeScript

webext-scripting

Promise-based wrapper for Chrome Scripting API.

Installation

npm install @theluckystrike/webext-scripting

Usage

import { WebExtScripting } from '@theluckystrike/webext-scripting';

await WebExtScripting.executeScript({
  target: { tabId: tab.id },
  func: () => {
    document.body.style.backgroundColor = 'orange';
  }
});

License

MIT


Built by theluckystrikezovo.one

About

Promise-based wrapper for Chrome Scripting API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors