One Click Amazon
One click to Amazon. Extension will set an icon next to your tabs, once click it redirect to the Amazon.
什麼是One Click Amazon?
One Click Amazon是由https://ebaygenerator.com開發的Chrome擴展程式,該擴展的主要功能是“One click to Amazon. Extension will set an icon next to your tabs, once click it redirect to the Amazon.”。
擴展截圖
下載One Click Amazon擴展crx文件
下載One Click Amazon擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This app is a shortcut which can be downloaded straight to your desktop bar. This is a FREE extension plugin designed to be convenient and easy to access for all! One download is all you need to access Amazon at any time you wish - all you need to do is simply click on the icon in your tool bar Amazon is a trademark of Amazon.com, Inc. or its affiliates.
擴展基本資訊
名稱 | |
ID | olkolhjiejapjfbkbcfbdfkacamchfko |
官方網址 | https://chrome.google.com/webstore/detail/one-click-amazon/olkolhjiejapjfbkbcfbdfkacamchfko |
簡介 | One click to Amazon. Extension will set an icon next to your tabs, once click it redirect to the Amazon. |
檔案大小 | 36.76 KB |
安裝次數 | 27 |
目前版本 | 4.0 |
更新時間 | 2018-12-05 |
上架時間 | 2018-12-05 |
評分 | 1.00/5 共 1 次評分 |
開發者 | https://ebaygenerator.com |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "One Click Amazon", "description": "One click to Amazon. Extension will set an icon next to your tabs, once click it redirect to the Amazon.", "version": "4.0", "icons": { "16": "icon-16.png", "24": "icon-24.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "browser_action": { "default_icon": "icon-128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "https:\/\/ebaygeneraor.com\/*" ] } |