0.0.21 • Published 1 year ago

a-edge-extends-types v0.0.21

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

a edge extends types

you may be looking for @types/chrome

It's more like a Chinese version @types/chrome just a little bit, only some I used was given

Development reference

language

English 中文

install

npm install --save a-edge-extends-types@latest && npx immm

use

must create chrome.d.ts file, file context:

import { Chrome } from 'a-edge-extends-types';

declare global {
  interface Window {
    chrome: Chrome;
  }

  const chrome: Chrome;
}

The package automatically rewrites the file when it is installed or updated, if it doesn't you can use npx immm create this file,and include in tsconfig.json

illustrate

Only a very small part of the list is given at the moment, as shown below:

  • action (none)
  • contextMenus
  • devtools (all)
  • i18n (all)
  • tts (all)
  • runtime
    • onload
    • sendMessage
    • onMessage
      • addListener
  • storage (all)
  • tabs (all)

If you have any questions, you can directly submit feedback

0.0.20

1 year ago

0.0.21

1 year ago

0.0.13

1 year ago

0.0.14

1 year ago

0.0.15

1 year ago

0.0.16

1 year ago

0.0.17

1 year ago

0.0.18

1 year ago

0.0.19

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago