Amazon Launcher
Turn on 1-click settings to access Amazon.com
Co to jest Amazon Launcher?
Amazon Launcher to rozszerzenie Chrome opracowane przez Kemal Karadag, a jego główną funkcją jest „Turn on 1-click settings to access Amazon.com”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Amazon Launcher
Pobierz pliki rozszerzeń Amazon Launcher w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Are you an Amazon Prime power user? If so, enable One Click Launching - spend less time typing and searching, and more time shopping!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | glcdgpdfodmahlphlhigfkeaaebhooem |
Oficjalny URL | https://chrome.google.com/webstore/detail/amazon-launcher/glcdgpdfodmahlphlhigfkeaaebhooem |
Opis | Turn on 1-click settings to access Amazon.com |
Rozmiar pliku | 45.8 KB |
Liczba instalacji | 128 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2016-12-09 |
Data Publikacji | 2016-12-09 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Kemal Karadag |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } |