Skip to content

tearoom6/QuickDrive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

icon Quick Drive

Chrome extension to provide quick access to your Google Drive files.

screenshot

Chrome Web Store

Description

Quick Drive offers these functions.

  • view stared items
  • view recent items
  • search items by keyword
  • jump to each item pages
  • link to top page of Google Drive

Develop

gulp tasks

# build for development
gulp build-dev

# build for release
gulp build

# compress to zip file
gulp zip

# continuous build by monitoring
gulp watch

build for development

To build for development, make dev_auth_key.json file in the project root. The file content is like below.

{
   "key": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
}

Licence

MIT

Author

tearoom6