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

cca-push

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cca-push

Send a Chrome App to the Chrome ADT on a mobile device

  • 0.0.1
  • Source
  • npm
  • Socket score

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

Push a Chrome App to a mobile device

This is a small, standalone, Node.js-powered tool that can bundle a Chrome App into a .crx file, and send it to the Chrome App Developer Tool running on a mobile device.

Installation

npm install -g cca-push

Usage

  • First, (install and) launch the Chrome ADT app on your device.
  • Press the "Start listening" button in the app.
  • Run cca-push path/to/manifest.json <IP address>
    • You can provide either the path to the manifest.json file, or its containing directory.

The app should launch on your device. You can push the app as many times as you like, even while the app is running, and it will re-launch with the new version.

Getting a connection to your device

This is unfortunately troublesome. If you're on the same Wi-fi network, great! If not, you can use adb to set up a port forwarding between your desktop and an Android device, and then push to that local port.

Future Improvements

  • We hope in the future to have more sophisticated ways of locating and sending the CRX file to your device.

Keywords

FAQs

Package last updated on 06 Feb 2014

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