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

https://github.com/drklrd/fipe-chrome-extension

This is the Chrome extension for the electron.io app - Fipe
https://github.com/drklrd/fipe-chrome-extension

Last synced: 21 days ago
JSON representation

This is the Chrome extension for the electron.io app - Fipe

Awesome Lists containing this project

README

          

# Fipe Chrome Extension
This is a chrome extension for the Fipe electron.io app at the repository https://github.com/drklrd/Fipe. It aids in connecting with the app and queuing file for download.

# Loading the extension

First download the app at https://github.com/drklrd/Fipe. Follow the instructions there and you should be able to run the app. The app must be running for this extension to work.

0. First clone or download the repo and extract(if downloaded as zip)
1. Go to chrome://extensions
2. Enable the Developer mode
3. Click Load unpacked extension
4. Select the cloned or extracted directory(which directly contains manifest.json file inside)
5. You can click the extension icon if the download link is in the URL (eg : http://www.google.com/image/1.png)
6. Or you can right click the link and select "Download in Fipe".
7. The Fipe app must be running all the time for this to work.

#License

MIT License

Copyright (c) 2016 Saurav Bhattarai

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.