Amazon Launcher

Turn on 1-click settings to access Amazon.com

Cos'è Amazon Launcher?

Amazon Launcher è un'estensione di Chrome sviluppata da Kemal Karadag, e la sua funzione principale è "Turn on 1-click settings to access Amazon.com".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Amazon Launcher

Scarica i file di estensione Amazon Launcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Are you an Amazon Prime power user? If so, enable One Click Launching - spend less time typing and searching, and more time shopping!                    

Informazioni di Base sull'Estensione

Nome Amazon Launcher Amazon Launcher
ID glcdgpdfodmahlphlhigfkeaaebhooem
URL Ufficiale https://chrome.google.com/webstore/detail/amazon-launcher/glcdgpdfodmahlphlhigfkeaaebhooem
Descrizione Turn on 1-click settings to access Amazon.com
Dimensione del File 45.8 KB
Conteggio Installazioni 128
Versione Corrente 1.0.0
Ultimo Aggiornamento 2016-12-09
Data di Pubblicazione 2016-12-09
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Kemal Karadag
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}