extension-from-store 0.2.2 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,13 +4,15 @@
|
|
|
4
4
|
[npm-downloads-url]: https://www.npmjs.com/package/extension-from-store
|
|
5
5
|
[action-image]: https://github.com/cezaraugusto/extension-from-store/actions/workflows/ci.yml/badge.svg?branch=main
|
|
6
6
|
[action-url]: https://github.com/cezaraugusto/extension-from-store/actions
|
|
7
|
+
[provenance-image]: https://img.shields.io/badge/provenance-verified-0971fe?logo=npm&logoColor=white
|
|
8
|
+
[provenance-url]: https://www.npmjs.com/package/extension-from-store
|
|
7
9
|
|
|
8
10
|
> Download public browser extensions from official stores
|
|
9
11
|
|
|
10
|
-
# extension-from-store [![Version][npm-version-image]][npm-version-url] [![Downloads][npm-downloads-image]][npm-downloads-url] [![workflow][action-image]][action-url]
|
|
12
|
+
# extension-from-store [![Version][npm-version-image]][npm-version-url] [![Downloads][npm-downloads-image]][npm-downloads-url] [![workflow][action-image]][action-url] [![provenance][provenance-image]][provenance-url]
|
|
11
13
|
|
|
12
14
|
- Chrome Web Store, Microsoft Edge Add-ons, Firefox AMO
|
|
13
|
-
-
|
|
15
|
+
- Promise-based API
|
|
14
16
|
- Node.js + CLI support
|
|
15
17
|
|
|
16
18
|
## Install
|
|
@@ -21,8 +23,6 @@ npm i extension-from-store
|
|
|
21
23
|
|
|
22
24
|
## Usage
|
|
23
25
|
|
|
24
|
-
Designed for quiet reliability, extension-from-store keeps the interface simple and the output predictable.
|
|
25
|
-
|
|
26
26
|
**Via Node.js:**
|
|
27
27
|
|
|
28
28
|
```ts
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
},
|
|
10
10
|
"engineStrict": false,
|
|
11
11
|
"name": "extension-from-store",
|
|
12
|
-
"version": "0.2.
|
|
12
|
+
"version": "0.2.3",
|
|
13
13
|
"description": "Download public browser extensions from official stores",
|
|
14
14
|
"homepage": "https://www.npmjs.com/package/extension-from-store",
|
|
15
15
|
"type": "module",
|