├── README.md ├── icon128.png ├── icon16.png ├── index.html ├── manifest.json ├── script.js └── style.css /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackernoon/chrome-extension-new-tab/HEAD/README.md -------------------------------------------------------------------------------- /icon128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackernoon/chrome-extension-new-tab/HEAD/icon128.png -------------------------------------------------------------------------------- /icon16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackernoon/chrome-extension-new-tab/HEAD/icon16.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackernoon/chrome-extension-new-tab/HEAD/index.html -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackernoon/chrome-extension-new-tab/HEAD/manifest.json -------------------------------------------------------------------------------- /script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackernoon/chrome-extension-new-tab/HEAD/script.js -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackernoon/chrome-extension-new-tab/HEAD/style.css --------------------------------------------------------------------------------