Amazon Launcher
Turn on 1-click settings to access Amazon.com
Qu'est-ce que Amazon Launcher ?
Amazon Launcher est une extension Chrome développée par Kemal Karadag, et sa fonction principale est "Turn on 1-click settings to access Amazon.com".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Amazon Launcher
Téléchargez les fichiers d'extension Amazon Launcher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Are you an Amazon Prime power user? If so, enable One Click Launching - spend less time typing and searching, and more time shopping!
Informations de Base sur l'Extension
Nom | |
ID | glcdgpdfodmahlphlhigfkeaaebhooem |
URL Officiel | https://chrome.google.com/webstore/detail/amazon-launcher/glcdgpdfodmahlphlhigfkeaaebhooem |
Description | Turn on 1-click settings to access Amazon.com |
Taille du Fichier | 45.8 KB |
Nombre d'Installations | 128 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2016-12-09 |
Date de Publication | 2016-12-09 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Kemal Karadag |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } |