Giter VIP home page Giter VIP logo

chrome-popup-extension-tpl's Introduction

Google Chrome Popup Extension

A simple Google Chrome Popup Extension Template for starters

Screenshot

Jump to Section

Getting Started

This package has been made to quickly get yourself up and running with making a new Google Chrome extension. The basic structure of this package is as follows:

- css/
	-- bootstrap.min (Edited, please see "important notes")
	-- custom.css (Contains small style tweaks, edit this file at your will)
- images/
    -- icon-16.png
    -- icon-32.png
    -- icon-48.png
    -- icon-128.png
		--- Please note, this is just a filler image for your extension.
- js/
	-- popup.js
- manifest.json
- popup.html
- README.md

Installation

  • Please either clone this repository or download as a ZIP file.
  • Extract the contents into your preferred working directory.
  • Open your Google Chrome browser.
  • Enter chrome://extensions/ into the address bar.
  • Ensure "Developer Mode" is ticked/enabled in the top right.
  • Click on "Load unpacked extension...".
  • Navigate to your extracted directory, and click "OK".
  • Your basic extension template should now be alongside your address bar, showing the Google Chrome logo.

Usage

This package is standalone. Please visit the Google Developer documentation if you wish to know more about Extension creating:

http://developer.chrome.com/extensions/getstarted.html

Files to edit

The main files you will need to edit are:

manifest.json

  • This contains all of your extension information.
  • The default popup window for this extension is called popup.html.

popup.html

  • Contains the basic HTML boilerplate, edit at your will.

css/style.css

  • Contains extension height and width.

chrome-popup-extension-tpl's People

Contributors

smali-kazmi avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

devildevelopera

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.