Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bgpat/upload-from-url

Select an input file from URL
https://github.com/bgpat/upload-from-url

Last synced: 21 days ago
JSON representation

Select an input file from URL

Awesome Lists containing this project

README

        

# upload-from-url

[![Build Status](https://travis-ci.com/bgpat/upload-from-url.svg?branch=master)](https://travis-ci.com/bgpat/upload-from-url)

**upload-from-url** is a WebExtension to select an input file from URL.

## Installation

### Firefox

Go to https://addons.mozilla.org/ja/firefox/addon/upload-from-url/ and install to your browser.

### Google Chrome

Go to https://chrome.google.com/webstore/detail/upload-from-url/{{chrome_extension_id}}/ and install to your browser.

## Development

### Debug with Firefox

```bash
npm start
```

### Build

```bash
npm run build
```