Skip to main content

Posts

Showing posts with the label Browsers

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. 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...

How to create a Web Browser using visual Basic studio.

A web browser is a software application to retrieve ,transmit and presenting the information resources on World wide web.There are many popular web browsers like Google chrome,Internet explorer,Mozilla Firefox and more.But have you ever tired to make a web browsers similar to the above web browser,if not in this tutorial i am gonna show you how to make it using visual basic studio 8 but this works in all versions.So lets start doing this. Steps: 1.In order to do this download visual basic studio( CLICK HERE ). 2.Open it and click on create object,then select the windows form application as template and press ok. create object>>Windows Form application 3.Form this step follow the video which is provided below. Video tutorial: That's it friends i hope you enjoyed the tutorial if you have any queries feel free to ask us through comment section provided below.

How to make Firefox faster than chrome.

Hi friends welcome back to worldtech360. Now a days internet became a part of everyone's day-to-day life.What ever we do or where ever we go  there should be an internet connection with us. If you have a good internet connection you can make the pages in the browsers load even faster than the actual speed. In this tutorial I'm gonna show you how to load pages faster in Mozilla Firefox by making some changes to the browser. Steps: 1.Enable Pipe lining(Optimization technique): 1. Open Mozilla Firefox and type "about: config" in the url box. 2. Now from the list look for "Network.http.pipelining".Change it value to true by double clicking on it. .Now look for "network.http.proxy.pipelining" in the list and change it's value to true by double clicking on it. 4. Now look for "network.http.pipeling.maxrequests" and set its value to 8. By default its value is 32. 5. Right click anywhere on the screen and click on se...

How to Turn your Web browser into Calculator.

Many of us while doing the simple or complex calculations on internet we browse to the new tab and type the calculation in it or use the inbuilt calculator in our PC.But have you ever tried to use calculator in the web browsers without using any extension or searching it in Google?If not i am gonna show how to use scientific calculator in web browsers using console. Steps to use calculator using console: Chrome: 1.Open chrome. 2.Press ctrl+shift+J in order to open console as shown. 3.Now type the command in command line i.e 2*2 or what ever it is and press enter and you will get the answer. Firefox 1.Open Firefox and press ctrl+shift+K in order to open the console. 2.Now type the command as shown in the image. 3.That it now you can do any calculation using console. steps to use calculator using URL box(Omnibox). 1.Open any browser. 2.In the URL section type the command or type the calculation and the result will be displayed in the drop down list. ...

How to Reveal Password's under the Asterisks(Stars) in browsers.

Hi guys in this article i am gonna show you how to reveal the passwords under the Asterisks.Many of the browsers which we are using in our day-to-day life are capable of saving the passwords.Saving the password play a crucial role when you forget the password because with this you can know your forgotten password.We know that one cannot know or predict the password by Simply looking at the Asterisks .In order to know the password under the asterisks follow the steps which are given below. Steps: 1.In order to do this,right click on password section and select " Inspect element "as shown below. 2.Now a Inspector window which is know Javascript console will pop up and double click on the password as shown below. 3.Now replace " password " with " text " and press enter.Now your password under the Asterisks will be visible as shown below. 4.This is applicable to all browsers including Internet Explorer,Firefox,safari and many more. T...