Skip to main content
GET
/
extensions
/
from_chrome_store
Download unpacked extension from Chrome Web Store
curl --request GET \
  --url https://api.onkernel.com/extensions/from_chrome_store \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

url
string
required

Chrome Web Store URL for the extension.

os
enum<string>
default:linux

Target operating system for the extension package. Defaults to linux.

Available options:
win,
mac,
linux

Response

Extension ZIP archive

The response is of type file.