chrome-web-store-item-property-cli
v2.0.1
Published
Gather meta information from chrome web store
Downloads
42
Maintainers
Readme
chrome-web-store-item-property-cli
Gather meta information from chrome web store
See chrome-web-store-item-property for the programmatic API and issue tracker.
Install
$ npm install --global chrome-web-store-item-property-cli
CLI
$ chrome-web-store-item-property --help
Usage
$ chrome-web-store-item-property [identifier]
Examples
$ chrome-web-store-item-property nimelepbpejjlbmoobocpfnjhihnpked | jq .
{
"name": "Do Not Merge WIP for GitHub",
"url": "https://chrome.google.com/webstore/detail/do-not-merge-wip-for-gith/nimelepbpejjlbmoobocpfnjhihnpked",
"image": "https://ssl.gstatic.com/chrome/webstore/images/thumb.png",
"version": "1.0.6",
"price": "$0",
"priceCurrency": "USD",
"interactionCount": {
"UserDownloads": 421
},
"operatingSystems": "Chrome",
"ratingValue": 4.5,
"ratingCount": 2,
"id": "nimelepbpejjlbmoobocpfnjhihnpked"
}
Changelog
License
MIT © sanemat