Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

chrome-web-store-item-property

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chrome-web-store-item-property

Gather meta information from chrome web store

  • 0.2.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
25
decreased by-28.57%
Maintainers
1
Weekly downloads
 
Created
Source

chrome-web-store-item-property

NPM version Travis-CI Status Appveyor Status Daviddm Status

Gather meta information from chrome web store.

For example: version, count of downloads and rating.

Install

$ npm install --save chrome-web-store-item-property

Usage

var chromeWebStoreItemProperty = require('chrome-web-store-item-property');

chromeWebStoreItemProperty('nimelepbpejjlbmoobocpfnjhihnpked')
  .then(function (value) {
  console.log(value);
  // => {
  //  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: '418'
  //  },
  //  operatingSystems: 'Chrome',
  //  ratingValue: '4.5',
  //  ratingCount: '2',
  //  id: 'nimelepbpejjlbmoobocpfnjhihnpked'
  // };
  });

API

chromeWebStoreItemProperty(identifier[, config]) -> Promise

identifier

Required
Type: string

ID for Chrome Web Store.

config

Pass request's available options

chromeWebStoreItemProperty.get(identifier[, config]) -> Promise

identifier

Required
Type: string

ID for Chrome Web Store.

config

Pass request's available options

chromeWebStoreItemProperty.convert(detailHtml) -> Promise

Errors

chromeWebStoreItemProperty.HTTPError

chromeWebStoreItemProperty.InvalidFormatError

Changelog

changelog.md.

License

MIT © sanemat

Keywords

FAQs

Package last updated on 07 Aug 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc