Add Custom Web Apps To Chrome’s New Tab Page

While custom new tab pages like previously mentioned Myfav.es are great, some of you may prefer Chrome’s default for its easy access to Chrome-only web apps. Here’s how to add your other favourite pages to Chrome’s new tab page.By default, there doesn’t seem to be an easy way to just add any old website to Chrome’s new tab page. If you want just as quick access to, say, Lifehacker as you do the New York Times or TweetDeck, reader andrew.yeh.10{
“name”: “Name_of_web_app”,
“description”: “Description of web app”,
“version”: “1.0”,
“icons”: {
“128”: “128.png”
},
“app”: {
“urls”: [
“http://yourwebsitehere.com”
] ,
“launch”: {
“web_url”: “http://yourwebsitehere.com”
}
},
“permissions”: [
“unlimitedStorage”,
“notifications”
]
}

Then, in the same folder, save a 128×128 png image as “128.png”. This will be used as the web app’s icon.

After this is done, go to chrome://extensions/. Open up the developer mode (top right) and “Load unpacked extension”. Navigate to the folder you created and hit OK.

Alternatively, you can “Pack extension” by clicking the option and navigating to the folder. This will create an installable .crx file.

Dropbox can keep your personal Chrome web apps in sync between computers.


The Cheapest NBN 50 Plans

Here are the cheapest plans available for Australia’s most popular NBN speed tier.

At Lifehacker, we independently select and write about stuff we love and think you'll like too. We have affiliate and advertising partnerships, which means we may collect a share of sales or other compensation from the links on this page. BTW – prices are accurate and items in stock at the time of posting.

Comments


9 responses to “Add Custom Web Apps To Chrome’s New Tab Page”

Leave a Reply