chrome-web-store-item-property-cli

Gather meta information from chrome web store

Usage no npm install needed!

<script type="module">
  import chromeWebStoreItemPropertyCli from 'https://cdn.skypack.dev/chrome-web-store-item-property-cli';
</script>

README

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