Skip to content

Development Guide

vanoss222 edited this page Jan 30, 2025 · 18 revisions

Prerequisites

  • Basic web scraping knowledge with Javascript
  • Basic knowledge with HTML & CSS (If you're planning to contribute on UI designing too)
  • Basic understanding of Chrome API
  • Familiar with chrome extension development --- manifest v3. Official Google Tutorial

Getting Started

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.

Start Implementing

  1. Clone the Repository

    git clone https://github.com/FramedStone/SassyNic.git
    
  2. Understand SassyNic

  3. Understand Algorithm(s) used by SassyNic (optional: Only if you're implementing algorithm(s) related stuffs)

Clone this wiki locally