├── README.md └── src ├── back.jpg ├── icon.png ├── javascript.js ├── jquery.min.js ├── manifest.json ├── newtab.html └── quotes.json /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahil-rajput/QuoteThat/HEAD/README.md -------------------------------------------------------------------------------- /src/back.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahil-rajput/QuoteThat/HEAD/src/back.jpg -------------------------------------------------------------------------------- /src/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahil-rajput/QuoteThat/HEAD/src/icon.png -------------------------------------------------------------------------------- /src/javascript.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahil-rajput/QuoteThat/HEAD/src/javascript.js -------------------------------------------------------------------------------- /src/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahil-rajput/QuoteThat/HEAD/src/jquery.min.js -------------------------------------------------------------------------------- /src/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahil-rajput/QuoteThat/HEAD/src/manifest.json -------------------------------------------------------------------------------- /src/newtab.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahil-rajput/QuoteThat/HEAD/src/newtab.html -------------------------------------------------------------------------------- /src/quotes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahil-rajput/QuoteThat/HEAD/src/quotes.json --------------------------------------------------------------------------------