Search engine giant Google has come up with one of the most requested feature or rather extension for its Chrome browser – Page
Speed. With the help of Page Speed performance tips users can accelerate their sites inside their Chrome browser. Previously, the feature was available as a Firebug ad-on for Firefox.
Page Speed ad-on will help users to examine the page serving performance from their browser and get vital recommendations based upon Google’s Web Performance Best Practices. The extension can identify slow DNS requests, complex JavaScript loading etc and make recommendation accordingly.
Core Features Same As Firefox
Google has said that core features of Page Speed available for Chrome is same as that of Firefox ad-on. The new Chrome Extension enjoys several benefits and improvement. It has improved scoring and suggestion ordering which will allow developers to look at optimization of higher potential at the top.
Page Speed for Chrome is also equipped to display recommendation in 40 languages. So web developers have several languages at their disposal to choose from. This is done keeping in mind that it is a global initiative to make web pages faster. To see as to how you can install Page Speed, click here.












{ 3 comments… read them below or add one }
Hi,
I made a little add-ons for google chrome and this my first time. Can you give a little help for this?.
Here’s the “manifest.json” code
{
“name”: “Links”,
“description”: “Most Famous links easy to access.”,
“version”: “1.0″,
“icons”: { “128″: “icon_128.png” },
“browser_action”: {
“default_icon”: “icon.png”,
“default_title”: “Click here to access links”,
“popup”: “popup.html”
}
}
Here’s the “popup.html” code
ul {
list-style-type:none;
width:100px;
padding:0px 0px 0px 20px;
margin:0px;
}
Yahoo
Google
Now I want to open this “popup.html” file. I mean if I click this add-ons one time it must open always till I click it again. Can you describe how to do it PLEASE.
Hi,
I made a little add-ons for google chrome and this my first time. Can you give a little help for this?.
Here’s the “manifest.json” code
{
“name”: “Links”,
“description”: “Most Famous links easy to access.”,
“version”: “1.0″,
“icons”: { “128″: “icon_128.png” },
“browser_action”: {
“default_icon”: “icon.png”,
“default_title”: “Click here to access links”,
“popup”: “popup.html”
}
}
Here’s the “popup.html” code
ul {
list-style-type:none;
width:100px;
padding:0px 0px 0px 20px;
margin:0px;
}
Yahoo
Google
Now I want to open this “popup.html” file. I mean if I click this add-ons one time it must open always till I click it again. Can you describe how to do it PLEASE.
Please remove my first comment because invisible some codes.
good Here’s the “manifest.json” code
{
“name”: “Links”,
“description”: “Most Famous links easy to access.”,
“version”: “1.0″,
“icons”: { “128″: “icon_128.png” },
“browser_action”: {
“default_icon”: “icon.png”,
“default_title”: “Click here to access links”,
“popup”: “popup.html”
}
}
Post.
Leave a Comment