├── LICENSE ├── img ├── developers-logo.png └── gmail-logo.png ├── js └── background.js ├── manifest.json └── readme.md /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abraham/chrome-extension-google-apis/HEAD/LICENSE -------------------------------------------------------------------------------- /img/developers-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abraham/chrome-extension-google-apis/HEAD/img/developers-logo.png -------------------------------------------------------------------------------- /img/gmail-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abraham/chrome-extension-google-apis/HEAD/img/gmail-logo.png -------------------------------------------------------------------------------- /js/background.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abraham/chrome-extension-google-apis/HEAD/js/background.js -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abraham/chrome-extension-google-apis/HEAD/manifest.json -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abraham/chrome-extension-google-apis/HEAD/readme.md --------------------------------------------------------------------------------