Amazon Launcher
Turn on 1-click settings to access Amazon.com
What is Amazon Launcher?
Amazon Launcher is a Chrome extension developed by Kemal Karadag, and its main feature is "Turn on 1-click settings to access Amazon.com".
Extension Screenshots
Download Amazon Launcher Extension CRX File
Download Amazon Launcher 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
Are you an Amazon Prime power user? If so, enable One Click Launching - spend less time typing and searching, and more time shopping!
Extension Basic Information
Name | |
ID | glcdgpdfodmahlphlhigfkeaaebhooem |
Official URL | https://chrome.google.com/webstore/detail/amazon-launcher/glcdgpdfodmahlphlhigfkeaaebhooem |
Description | Turn on 1-click settings to access Amazon.com |
File Size | 45.8 KB |
Installation Count | 128 |
Current Version | 1.0.0 |
Last Updated | 2016-12-09 |
Publish Date | 2016-12-09 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Kemal Karadag |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "jquery-2.1.3.min.js", "main.js" ] }, "browser_action": { "default_icon": { "19": "icons\/i24.png", "38": "icons\/i32.png" }, "default_title": "Amazon Launcher" }, "description": "Turn on 1-click settings to access Amazon.com", "icons": { "128": "icons\/i128.png", "16": "icons\/i16.png", "48": "icons\/i48.png" }, "manifest_version": 2, "name": "Amazon Launcher", "permissions": [ "tabs" ], "version": "1.0.0" } |