How To Convert Any Website Into A Google Chrome Extension
How To Convert Any Website Into A Google Chrome Extension
(http://mytypings.com/)
C
reating a Chrome extension or converting your favorite website into a google chrome extension is
a simple process. It is going to be fun, let’s get started. Following are the steps which will guide us
to get our work done.
• Creating manifest.json
Creating manifest.json
First of all, we need to create a manifest.json file which is an important file in the chrome extension
creation process. It provides the extension information to a chrome like a name, version, description,
browser action and permission etc
To create a folder and add a manifest.json file in that folder and add the following script in it.
"manifest_version": 2,
"name": "mytypings",
"version": "1.0",
"browser_action": {
"default_icon": "logo.png",
"default_popup": "index.html"
},
"permissions": [
"activeTab",
"storage"
<!DOCTYPE html>
<html>
<body>
</body>
</html>
Whenever we do the code change, just come back to this page and reload the page. Chrome will
automatically reload the extension.
(http://mytypings.com/author/mytypingsadmin/)
Related Posts
How to take a screenshot Easy way to install SSl on Generate CSR (Cert
of a web page using Node AWS EC2 Signing Request) fil
4 March
|
2 24 February
|
0 24 November
|
1
(http://mytypings.com/how-take- (http://mytypings.com/easy-way-to- (http://mytypings.com/gener
screenshot-web-page-using-node-js- install-ssl-on-aws-ec2/) certificate-signing-request-fi
puppeteer-chrome/) apache/)
Leave a Reply
Your email address will not be published. Required fields are marked *
NAME*
Name
EMAIL*
Your E-mail
WEBSITE
Website
COMMENT
Your Message
Post Comment
Post Categories
Cooking (Http://Mytypings.Com/Category/Cooking/) (13)
Quick Links
Technology (Http://Mytypings.Com/Category/Technology/)
General (Http://Mytypings.Com/Category/General/)
Cooking (Http://Mytypings.Com/Category/Cooking/)
Tools (Http://Mytypings.Com/Tools/)
About (Http://Mytypings.Com/About/)
Contact (Http://Mytypings.Com/Contact/)
Recent Posts
Principles Of Strategy
(Http://Mytypings.Com/Principles-Of-Strategy/)
(Http://Mytypings.Com/Lack-Of-Strategic-
Management-In-Companies/)
Of-Hr-Executives/)
(Http://Mytypings.Com/History-Human-Resource-
Management/)
(Http://Mytypings.Com/Concept-Of-Human-Resource-
Management/)
Chapati (Http://Mytypings.Com/Recipe-For-Chapati-
Kothu-Parotta-With-Leftover-Chapati/)
Recipe (Http://Mytypings.Com/Manga-Thithipu-Green-
Mango-Jaggery-Chutney-Recipe/)
(Http://Mytypings.Com/Chettinad-Baby-Potato-Fry-
Recipe/)
Take-Screenshot-Web-Page-Using-Node-Js-Puppeteer-
Chrome/)
(Http://Mytypings.Com/How-To-Make-Oreo-Cake/)