0.1.0 โ€ข Published 7 years ago

baby-chrome v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

baby-chrome ๐Ÿ‘ถ

Get your Chrome extension project scaffolded! I usually, when creating a Chrome extension, will be copy-pasting general files such as manifest files, Bootstrap, jQuery from an old project. I hope many fellow devs would have done this ๐Ÿ˜‰. No more copy-paste!. Just do baby-chrome <name of your baby, you get a pre-aligned project folder.

Installation ๐Ÿ„

yes, you are right... npm install baby-chrome

Usage ๐Ÿน

baby-chrome <name of your baby>

For Instance, baby-chrome space-shuttle

On this command, you will be presented with a checkbox menu to choose the nature of your chrome extension such as, will the extension need to run on background, do you need jquery etc.,

Choose the appropriate options and click enter. That's it, start working on your extension, right away!

Dev Setup ๐Ÿ’ป

Once the project folder is generated,

  • Open Google Chrome and navigate to chrome://extensions/
  • Click on the button saying 'Load unpacked extension'
  • Choose the generated extension project and Click 'OK'. On clicking 'OK', extension will be loaded
  • Ensure that the 'Enable' checkbox is checked
  • At this moment, you should see an extension icon left to the address bar. Click on the icon to open the extension

NOTE: If you edit any extension file, click on the 'Reload' link (cmd+R / cntrl+R) to get the changes. Need more Automation? Let's work together to get that done ๐Ÿ˜‰

Contribution ๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ฆ

Need more Automation? Let's work together to get that done ๐Ÿ˜‰

0.1.0

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago