Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Getting Started

jiajunGit edited this page Jun 24, 2017 · 6 revisions

What do I need to know?

You would need to know some of the technologies and architecture used in google chrome extension so if this is your first time developing a google chrome extension, we recommend briefly going through the materials found at https://developer.chrome.com/extensions

What do I need?

You need the google chrome browser.

Where are the source files?

The source files are found within the src directory and the manifest file is found at the root path of the project. If you need to download the project, please navigate to this link for more information.

Clone this wiki locally