Skip to content

tearoom6/QuickDrive2

Repository files navigation

icon Quick Drive 2

Chrome extension to provide quick access to your Google Drive files. (version 2)

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

Environments

  • nodenv
  • yarn 1.3.2
  • React / Redux
  • gulp / webpack / babel

gulp tasks

# build for development
./node_modules/gulp/bin/gulp.js build-dev

# build for release
./node_modules/gulp/bin/gulp.js build

# compress to zip file
./node_modules/gulp/bin/gulp.js zip

# continuous build by monitoring
./node_modules/gulp/bin/gulp.js 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