chrome-web-store-item-property-cli

2.0.1 • Public • Published

chrome-web-store-item-property-cli

NPM version Travis-CI Status Appveyor Status Daviddm Status

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

changelog.md.

License

MIT © sanemat

Package Sidebar

Install

npm i chrome-web-store-item-property-cli

Weekly Downloads

1

Version

2.0.1

License

MIT

Unpacked Size

7.12 kB

Total Files

5

Last publish

Collaborators

  • sanemat