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:
- Go to chrome://extensions/
- Enable Developer Mode
- Click on ‘Load Unpacked’
- Select the path for folder which contains manifest.json
How to setup in ios simulator:
- Go to xcode
- Open safari/Hello World/Hello World.xcodeproj
- Choose an ios version for simulator
- Start the active scheme (or Build the xcode)