the-browser-toolbox / save-notes

Quickly save text when you like!
GNU General Public License v3.0
3 stars 15 forks source link

Added the layout for the extension #9

Closed Palash1999 closed 3 years ago

Palash1999 commented 3 years ago

Added all the required files for the extension including icons, displaying "Hello World!".

adityabisoi commented 3 years ago

@Palash1999 You have not added the background script. Also, create a different folder for the CSS. Create src folder with views containing templates and styles folder containing the CSS.

Palash1999 commented 3 years ago

Ok, I will update it.

Palash1999 commented 3 years ago

Updated, please let me know if I did something wrong.

adityabisoi commented 3 years ago

@Palash1999 Let's not use Jquery for now. Use vanilla javascript, and add a background script. Refer to the resources provided for more details.

Palash1999 commented 3 years ago

Done👍