Amazon Launcher
Turn on 1-click settings to access Amazon.com
什麼是Amazon Launcher?
Amazon Launcher是由Kemal Karadag開發的Chrome擴展程式,該擴展的主要功能是“Turn on 1-click settings to access Amazon.com”。
擴展截圖
下載Amazon Launcher擴展crx文件
下載Amazon Launcher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Are you an Amazon Prime power user? If so, enable One Click Launching - spend less time typing and searching, and more time shopping!
擴展基本資訊
名稱 | |
ID | glcdgpdfodmahlphlhigfkeaaebhooem |
官方網址 | https://chrome.google.com/webstore/detail/amazon-launcher/glcdgpdfodmahlphlhigfkeaaebhooem |
簡介 | Turn on 1-click settings to access Amazon.com |
檔案大小 | 45.8 KB |
安裝次數 | 128 |
目前版本 | 1.0.0 |
更新時間 | 2016-12-09 |
上架時間 | 2016-12-09 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Kemal Karadag |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" } |