Coder Social home page Coder Social logo

nicosh / chrome-dev-newtab Goto Github PK

View Code? Open in Web Editor NEW
9.0 2.0 7.0 1.87 MB

A dev friendly new tab for Google Chrome.

JavaScript 83.49% HTML 6.08% Shell 0.40% CSS 10.02%
extension chrome react hacktoberfest chrome-extension javascript hacktoberfest2022

chrome-dev-newtab's Introduction

Chrome Dev Newtab

A dev friendly new tab for Google Chrome.
Google chrome extension that turn a new tab into a productive dashboard.

Picture

๐Ÿšง Features ๐Ÿšง :

  • Works offline โœ…
  • Show memory and cpu usage โœ…
  • Google or Stackoverflow search bar โœ…
  • Easily delete browser data โœ…
  • Easy access to the browser history โœ…
  • Javascript sandbox โœ…
  • Kanban board (with local storage data persistence) โœ…
  • Lighthouse integration โœ…
  • Markdown editor (with local storage data persistence) โœ…
  • Github ready โœ…
  • Trending posts from CS related subreddits โœ…
  • Light and dark theme โณ

Installation

  • Go to chrome://extensions/ and check the box for Developer mode in the top right.
  • Download and unzip extension.zip from the last release
  • Drag and drop the dist folder into extensions tab
  • Activate the extension

Development

Since Chrome apis cannot be used outside extension scope (chrome-extension://) you cannot run the app as you would normally do with a react application.

  • Go to chrome://extensions/ and check the box for Developer mode in the top right.
  • Fork the repo and clone it locally
  • Install dependencies with npm install.
  • Do a build first with npm run build
  • Run npm run start
  • In another shell tab run npm run watch
  • Open extensions tab in google chrome
  • Drag and drop the build folder into extensions tab
  • Activate the extension
  • Start coding

Every time you make a change inside the src folder npm run watch will make a new build and you just need to refresh the tab for see changes.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.