Hello_world_extension

This is a Hello World chrome/ios_safari extension.

How it works:
When we click on the extension, it pop up a textarea prompt. In the textarea, we can provide a string and the extension will show
Hello

How to setup in chrome:

  1. Go to chrome://extensions/
  2. Enable Developer Mode
  3. Click on ‘Load Unpacked’
  4. Select the path for folder which contains manifest.json

How to setup in ios simulator:

  1. Go to xcode
  2. Open safari/Hello World/Hello World.xcodeproj
  3. Choose an ios version for simulator
  4. Start the active scheme (or Build the xcode)

GitHub

View Github