Giter Site home page Giter Site logo

chrometodrive's Introduction

StoreToDrive is a small tool that lets you store files* that you see on websites onto your Google Drive™ with a single click from the context menu.

This extension is a result of the GDG DevFest Zurich 2012 Hackathon, where it won the first prize. It's a collaborative effort by Misha Kupriyanov, Gerwin Sturm, Anatoli Leuchanka, Jean-Marie Bise and Martin Matysiak.

The extension uses the great OAuth 2.0 library for Chrome Extensions by Boris Smus (Google): smus.com/oauth2-chrome-extensions

To use the extension, right click on the file you want to store and select "Store on Google Drive". A notification will appear once the file has been stored.

*Currently images only.

chrometodrive's People

Contributors

marmat avatar printminion avatar

Stargazers

Alexandre Nicastro avatar albert avatar  avatar  avatar Jean-Marie Bise avatar Gerwin Sturm avatar

Watchers

 avatar  avatar James Cloos avatar

chrometodrive's Issues

Change Redirect for OAuth to a custom one

Just a suggestion concerning the usage of the OAuth 2 library by Boris Smus.

The idea is that you create your own adapter (or just change the redirectURL in the google.js) that uses a custom redirect URI which simply can be an empty page on your server.

The way the library works is that a content script on this empty page will redirect the OAuth access token back to your extension. If there are multiple extensions using the standard URL (http://www.google.com/robots.txt) the first content script to fetch the access token will keep it and other extensions using the same library won't be able to get it.

(I had some fun debugging this issue when I was experimenting with several extensions using the library in all of them...)

Extension name

Not sure if ChromeToDrive as extension name works with Google's branding guidelines. Any ideas for a better name?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.