You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.
jiajunGit edited this page Jul 23, 2017
·
6 revisions
What do I need to know?
You would need to know some of the architecture used in a 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?
Js Files - /src/
Stylesheets - /src/styles/
Third party libraries - /libs/
Popup source files - /src/popup/
Resources used by the extension (e.g. icons) - /resources/
manifest.json - /
If you need to download the project, please navigate to this link for more information.
What's next?
You can look at our How it works? page to read about the technical details of the Git Labels project.