Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bgpat/upload-from-url
- Owner: bgpat
- License: mit
- Created: 2019-10-02T22:07:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-10T14:43:19.000Z (3 months ago)
- Last Synced: 2024-10-14T19:23:09.176Z (3 months ago)
- Language: JavaScript
- Size: 616 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```