Skip to content

jscaria/SavetoOneDrive

Repository files navigation

Save to OneDrive

Save to OneDrive is two things:

  • A Chrome extension that allows a Chrome user to find content in his or her browser and save it to his or her OneDrive root easily.
  • A HTTP service API that backs the Chrome extension

Using the Chrome extension

Pre-requisites

  • the Google Chrome extension installed

How to use it

  • Pick a website. I like https://www.pinterest.com/search/pins/?q=seahawks. Pick a website
  • Find an image. Right click on the image and click on “Save to OneDrive > Save image to OneDrive”. Since this is Pinterest, I had to click on the image first to make it bigger. Find an image
  • Sign in with your MSA. Sign in with your MSA
  • Give the app permission to access your OneDrive if you haven’t done so in the past. Give permission
  • Wait while the app downloads the content to your OneDrive. Or don’t wait (close your browser) since the process is async. Wait

How to install the Chrome extension

Update your installation

  1. Download the extension code to the well known location where you had previously loaded it.
  2. Go to chrome://extensions
  3. Press Ctrl+R to refresh the extension.

First time installation

  1. Download the extension code to a well known location.
  2. Go to chrome://extensions
  3. Check “Developer mode” Developer mode
  4. Click on “Load unpacked extension…” Load unpacked extension
  5. Find the well known location and click "OK".

Using the HTTP service

URL: http://1dapp.azurewebsites.net

Query Parameter Name Value Description
url string the URL of the file to be downloaded
appid string the Microsoft account Client ID from the MSA developer portal
filename string the name that the file should be named as

About

Save to OneDrive - A Google Chrome extension

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published