Archive for the ‘Browsers’ Category

Setting up multiple website urls in Mozilla Firefox Home page

var fbShare = {url: ‘http://sree.cc/browsers/setting-up-multiple-website-urls-in-mozilla-firefox-home-page’,size:’large’} From Tools Menu select Options:

There is one Home Page TextBox, click on it and enter website urls separated by  pipe symbols ( | ). Thats all.

Google Chrome

var fbShare = {url: ‘http://sree.cc/browsers/google-chrome’,size:’large’} Google Chrome is a browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier.
Faster - Quick to startup from your desktop and loads webpages in a snap.
One box for everything - Type in the address bar and get suggestions for both search and web [...]

How to create a new user profile in Mozilla Firefox ?

var fbShare = {url: ‘http://sree.cc/browsers/how-to-create-a-new-user-profile-in-mozilla-firefox’,size:’large’} The solution is very simple:
Start->Run
Give the following command in run and click Ok.
firefox.exe -p -no -remote
A window will be opened and you will see Create Profile, Rename Profile, Delete Profile.
In that you can simply create a profile with a name.
Ensure that “Don’t ask at startup” checkbox is disabled, otherwise [...]

How to get chrome.tabs.executeScript to work

Just started my experimentation with Chrome extensions and got stuck at this point: chrome.tabs.executeScript will just not work!

In the Chrome error console I kept getting this error:

Error during tabs.executeScript: Cannot access contents of url “http://google.com”. Extension manifest must request permission to access this host.

Create a simple Google chrome extension

var fbShare = {url: ‘http://sree.cc/browsers/create-a-simple-google-chrome-extension’,size:’large’} How to create a simple Google chrome extension
This tutorial helps you to go through the easiest way of creating a simple extension for Google’s newly launched browser “Chrome”.  Basically this browser extension adds an icon to Google Chrome Toolbar which when clicked will displays the recent tweets of a [...]