Today we'll learn How to create Extension/add-ons , How to Publish it and Earn from it.So Let's begin......
Extensions are small software which allows you to customize browser. There are many types of extensions like ad-block , cookie manager, for Emoji , password manager etc.
Extensions are made of different, but common, components. Components can include background scripts, content scripts, other pages, and various logic files.
So let's Create one,
Creation:
Step 1: First we'll create manifest.json
Here i am creating simple extension which will show user to Apna Coding Adda , for your extension you can add feature as per your convenience.
and also create folder name img and add icon for your extension in it.
Fill manifest.json according to your Extension
Step 2: Design and add logic to your extension.
Don't worry we're gonna use HTML, CSS and JavaScript.
Create popup.html
and Now style.css
app.js
Step 3: add to browser
For chrome: go to chrome://extensions , Enable Developer mode and click on Load unpacked and select manifest.json
For Firefox: go to about:addons , click on settings and click Debug add-ons then click on Load Temporary add-ons and select manifest.json
Now you know what time it is? it is disco time 💃💃💃 😂😂😂........
because
you created your first extension, so your Extension is ready to use and you can add more feature in it.
Publishing Extension:
Step 1: Create Zip of your Extension Folder
Step 2: Create Developer account (cost USD 5$)
Step 3: Upload
Step 4:
Add assets for your listing
Step 5: Submit for Publishing
Earning:
Now it is the main part.. Earning form exension.
Sell Advertising
paid Exension
Subscription
Ask for donations
Etc
Thank You 😊😊
Comments
Post a Comment