Amazon Homepage

Change your new tab page launcher to Amazon! The quickest path to shopping on Amazon

What is Amazon Homepage?

Amazon Homepage is a Chrome extension developed by Amazon Launcher, and its main feature is "Change your new tab page launcher to Amazon! The quickest path to shopping on Amazon".

Extension Screenshots

screenshot

Download Amazon Homepage Extension CRX File

Download Amazon Homepage extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Officially change your default "new tab" page to Amazon. The easiest and most efficient way to browse and shop on Amazon!

Updates 1.1:
- Faster load times
- New icons
- Security improvements                    

Extension Basic Information

Name Amazon Homepage Amazon Homepage
ID hakdkipnnlhodjpcohcnmlecoolgkhoj
Official URL https://chromewebstore.google.com/detail/amazon-homepage/hakdkipnnlhodjpcohcnmlecoolgkhoj
Description Change your new tab page launcher to Amazon! The quickest path to shopping on Amazon
File Size 55.92 KB
Installation Count 626
Current Version 1.1
Last Updated 2014-09-23
Publish Date 2014-09-23
Rating 4.50/5 Total 2 Ratings
Developer Amazon Launcher
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon Homepage",
    "description": "Change your new tab page launcher to Amazon! The quickest path to shopping on Amazon",
    "version": "1.1",
    "chrome_url_overrides": {
        "newtab": "background.html"
    },
    "icons": {
        "128": "img\/amazon-homepage-128.png",
        "48": "img\/amazon-homepage-48.png",
        "16": "img\/amazon-homepage-16.png"
    },
    "background": {
        "page": "background.html"
    }
}