Chrome extension to provide quick access to your Google Drive files. (version 2)
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
- nodenv
- yarn 1.3.2
- React / Redux
- gulp / webpack / babel
# 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
To build for development, make dev_auth_key.json
file in
the project root. The file content is like below.
{
"key": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
}