2.10.0 • Published 11 months ago

@plasmohq/chrome-webstore-api v2.10.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Chrome Webstore API for NodeJS

A nodejs library from plasmo to submit browser extension to the Chrome Webstore.

Feature includes:

  • TypeScript, with type exports
  • ESM (if you need cjs, please use dynamic import)
  • Pinned dependencies, updated via renovatebot

Usage

To obtain clientId, clientSecret, and refreshToken, see: token guide

nodejs API

import { ChromeWebstoreAPI } from "@plasmohq/chrome-webstore-api"

const client = new ChromeWebstoreAPI({
  extId,
  clientId,
  clientSecret,
  refreshToken
})

await client.submit({
  filePath: zip,
  target: "trustedTesters"
})

Support

Join the Discord channel!

Acknowledgment

License

MIT 🚀 Plasmo

2.9.1

12 months ago

2.10.0

11 months ago

2.9.0

12 months ago

2.8.1

1 year ago

2.8.0

1 year ago

2.7.1

1 year ago

2.7.0

2 years ago

2.6.2

2 years ago

2.6.1

2 years ago

2.6.0

2 years ago

2.5.1

2 years ago

2.5.0

2 years ago