Code Monkey home page Code Monkey logo

troly-team-tab's Introduction

G Suite New Tab Page

Chrome New Tab Page replacement for G Suite users inspired by Material Design.

G Suite New Tab

You can install the final product for free from the Chrome Web Store.

Requirements

Build process requires following CLI software:

  • npm: $ sudo apt-get install npm
  • bower: $ sudo npm install -g bower
  • vulcanize: $ sudo npm install -g vulcanize
  • crisper: $ sudo npm install -g crisper
  • zip: $ sudo apt-get install zip

Build

Before running build, make sure you have all required dependencies from bower repositories installed:

    $ bower install

If you're returning to continue work on the extension after some time, consider updating dependencies to their latest versions using bower update.

Build process creates a dist folder and a dist.zip file. You can run the build.sh file (from project's root folder) to execute entire build process:

    $ sh build.sh

Alternatively, you can run parts of the build process yourself. All commands below must be executed in the project's root folder.

  1. Run vulcanize (make sure dist folder and dist/index.vulcanized.html and dist/index.vulcanized.js files exist before running the command):

     $ vulcanize index.html --inline-script | crisper --html dist/index.vulcanized.html --js dist/index.vulcanized.js 
    
  2. Copy manifest.json and images folders to dist folder.

     $ cp -av manifest.json dist/manifest.json
     $ cp -avr images dist/images 
    
  3. Now you have two options: Either load contents of the dist folder into Chrome as unpacked extension, or create zip file from the dist folder and upload it to Chrome Web Store:

     $ zip -r dist.zip dist
    

troly-team-tab's People

Contributors

michalsukupcak avatar ryders avatar

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.