Skip to main content

How to Create you own custom Chrome app-2 ways.

Google Chrome is the most common web browser which is used all around the world due to its speed and compatibility with our systems.As a result day by day new type of Apps and Extensions are released in to chrome web store.But have you ever tried to make one of your own App and Extension? If not in this tutorial i am gonna show you how to make your own Chrome app and Extension for you site or any other site with in Minutes using Manifest.json file.So let's see how to do this.
How to Create you own custom Chrome app-2 ways.

Steps:

1.Create a New Folder any where on your Pc and name it as like "Worldtech360 chrome Apps" or "Chrome Apps and Extensions".Now create a Sub folder and name it with your site.
2.Open the Sub folder which you have created and create a new "Text document".Now we are going to convert this text document in to Manifest.json.
3.Open the Text document and copy the below code in it.

 {
"manifest_version": 2,
"name": "Web site name",//Web site name
"description": "Web site description in 132 charecters or less",//site Description
"version": "1.1",
"icons": {
"128": "worldtech360.png" //Replace the image with your site image or any other image.see that the file height and width is 128x128.
},
"app": {
"urls": ["http://www.worldtech360.com/"],//your site URL
"launch": {
"web_url": "http://www.worldtech360.com/"//Your site URL
}
},
"permissions": [
"unlimitedStorage",
"notifications"
]
}

4.Now save the file as "maifest.json" and choose save as type as "All files" and Encoding as "UTF-8" as shown below.
Save the manifest file as manifest.json an in UTF-8 encoding
  • UTF-8: UCS Transformation format and 8-bits.
  • UCS- universal character set.
5.After saving the file you will find the manifest file as shown below.
Manifest file which you have created.
6.Now select an image which you want as icon for your app.In this i used my site favicon.You can use any image.
Note:

Image resizer for windows.
  • In order to resize the image use Image resizer.After installation of image Resizer Right click on the image and you will find "Resize pictures" option and choose 128x128 pixels as shown above or you can use MS paint to do it.

7.Now we are ready to make our own app using manifest file and image file.

Method-1(Loading unpacked Extension):

1.Go to google chrome and click on "Customize and control option" at the left-top corner and click on Tools>extensions or type "Chrome://extensions" in the address bar.
2.Click on "Developer mode" and then on "load unpacked extension" as shown below.
Enable developer mode to get load unpacked and pack extension option.
3.Now browse to the folder which as manifest file + image i.e chrome app files and click ok.
4.Now you will find the app installed as shown below.In order to view the app go the new tab and then app section at the bottom of the "new tab" page.If you do not find the app section then first do the things that are listed in the below URL and then perform the above task
Installed custom chrome app using "Load unpacked extension"

worldtech360 chrome app in new tab page.

Method 2(Loading Packed extensions):

1.In this method first we need to create .crx file.
  • crc-Google chrome browser Extension Archive file.
2.Now we are going to pack the extension(i.e manifest file and image file) in .crx format.In order to do go to extensions and then click on "pack extension" and browse to the chrome app files(i.e manifest file and image file folder) and click ok.
Create .crx and .pem files using "pack extension" option.

3.Now you will find two files i.e .crx file and .pem file.
4.Now drag the .crx file in to the extension tab as shown below.
Drag the .crx file which you have created in to the extensions tab.
5.After dragging the file a window will pop up asking to add it to the browser.Click add and tab will pop up showing that the app as been installed.
installed chrome app using "pack extension".

Note:

Try to do only one method.If you perform both the methods to create custom chrome app,it may result to conflicts and your browser may crash.

That's it friends i hoped you enjoyed the article.If you have any queries feel free to ask us through comments and have a nice day.

Comments

Popular posts from this blog

How to make an Installation file(setup file) using Iexpress.

Hi guys welcome to worldtech360. In this tutorial or article I  am going to show you how to create an installation file(setup file) for the .EXE file which you have created using an inbuilt option in windows 7 named ‘ iexpress ’. So let’s see how to do this. Note: You can also create an installation file for .bat file files or .VBS files or any other files which are executable. Steps: 1. Choose an .EXE file or any other file for which you want to create a setup file or installation file. In this I am going to use .VBS file 2. Open Run and type “ iexpress ” or “ iexpress.exe ” and hit enter. 3. After hitting enter, iexpress wizard window will popup. On the screen you will see two options i.e. “ create new self-extracting directive file ” and the other is “ open existing self-extracting directive file ”. I recommend you to choose the first option as you are going to create a self-extracting file and click next. 4. In the next window select “ Extract files only ”

Cool and Best software's that you should have on your New PC.

Hi Guys welcome back to Worldtech360 . This article will be useful for those who dump there PC with lot's of software. As they try to install different type of software on pc,though the software do not match to the system requirements and try to crash or damage their pc.For them i listed the best and commonly used software. Source code Editors: The editors plays a crucial role while you are running a website because it can be used to create templates and many more.It can also be used to write languages like c/c++,java ,basic and many more.keeping this in mind i listed the best software: 1 .Notepad ++ : Notepad++ is a free source code editor.It supports several languages.In one word to say,it is the modification of the Notepad and simple to handle. You can download it by click on this( CLICK HERE ). 2. Text pad: Text pad is a popular source code editor.It can be used  for editing your web pages, or a programming IDE. It is most commonly used by companies to perform

8 Important Tips to Protect Your Magento Store from Hacking

Protection of eCommerce and financial websites is necessary because these websites deal with monetary transactions and stand first as a victim in the list of cyber crime. Magento is the most popular eCommerce platform which also comes under threat of hacking by accessing unauthorized logins and other attacks. Magento Platform is rich in security features but security is needed on the admin level to protect it from cyber criminals. Here are some security tips that help you to protect your Magento store and keep your site safe: 1.Admin Path Customization: It is the first step you can take to keep your Magento site safe is to customize the admin path because the normal login pages and admin pages can easily be accessed by just hit and trial methods and it is very easy to navigate to admin page by hackers if the path remains unchanged. With the use of many hacking software available online, it is easy to guess user name and password combinations and these software can guess user n