-
-
Notifications
You must be signed in to change notification settings - Fork 4
Development Guide
FramedStone edited this page Feb 9, 2025
·
18 revisions
- Basic web scraping knowledge with
Javascript - Basic knowledge with
HTML&CSS(If you're planning to contribute onUI designingtoo) - Basic understanding of Chrome API
- Familiar with chrome extension development ---
manifest v3. Official Google Tutorial
Note: This guide is based on Google Chrome workflow, so some of the steps (especially manifest.json format) may not directly apply to other browsers. Please refer to the respective browser's documentation for more information.
-
Fork the Repository
- Navigate to
SassyNicandforkthe repository (on top right), or by using this
- Navigate to
-
Clone the Forked Repository
- After
forkingSassyNic, it should straight away navigate to the forked repository. - Clone the forked repository
git clone https://github.com/[YOUR_GITHUB_NAME]/SassyNic.git - After
-
Understand SassyNic
-
Understand Algorithm(s) used by SassyNic (optional: Only if you're implementing algorithm(s) related stuffs)
- Backtracking
-
Genetic (Only
fitness function(s)are being applied)
-
Load, Test, Document and Create PR (Pull Request)
- Open Chrome browser and go to
chrome://extensions/ - Enable Developer mode (toggle switch at the top right)
- Click on
Load unpackedand select the cloned repository -
Testthe implemented version - Make proper
Documentationand create aPull Requestby following PULL_REQUEST_TEMPLATE
- Open Chrome browser and go to
SassyNic | © 2025 FramedStone
Home
Tutorial
Timetable Tool Tutorial
Auto Subjects Grouping Tutorial
Auto OTP Extractor Tutorial
How To Contribute
Development Guide
Disclaimer
Index
Future Roadmap
Index
Tutorial
Timetable Tool TutorialAuto Subjects Grouping Tutorial
Auto OTP Extractor Tutorial
How To Contribute
Development Guide