Coder Social home page Coder Social logo

kcjones / google-chrome-extension-template Goto Github PK

View Code? Open in Web Editor NEW

This project forked from stylesuxx/google-chrome-extension-template

0.0 0.0 0.0 268 KB

Template for a Google Chrome Extension

Home Page: https://google-chrome-extension-template.vercel.app

JavaScript 73.83% CSS 26.17%

google-chrome-extension-template's Introduction

Google Chrome: extension template with jQuery and bootstrap

This is a google chrome extension template including jQuery, bootstrap and a settings mechanism for your convencience.

  1. Customizing title and description

    In manifest.json you can change the information about your extension. The fields you want to change are:

    • name
    • description
    • default_title
  2. Customizing the Icon

    Just swap images/icon.png with the icon you want to use for your project.

  3. Customizing the permissions

    If you want to access url's from your extension do not forget to add them to permissions in manifest.json

  4. Customizing the Popup

    The apperance of the popup may be changed in html/popup.html For your convenience there are two tabs in place already:

    • #home: The tab with the main content
    • #settings: The settings tab
  5. Customizing the settings

    Settings are saved when clicked on the save button. When the cancel button is pressed, the settings are reset to the last saved values. In the settings tab you can add more settings. The following input elements are supported:

    • text
    • radio
    • checkbox
    • select
  6. Customizing the style

    Add your own styles to css/main.css Don't forget, bootstrap is in place: you might be able to achive good results by just setting the right classes ;-)

  7. Adding code

    Add your business logic to js/main.js

  8. Further Information

    For further information about usage of jQuery, bootstrap and google chrome extensions check the documentations:

google-chrome-extension-template's People

Contributors

stylesuxx 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.