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 là gì?
One Click Amazon là một tiện ích mở rộng Chrome được phát triển bởi https://ebaygenerator.com, và tính năng chính của nó là "One click to Amazon. Extension will set an icon next to your tabs, once click it redirect to the Amazon.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng One Click Amazon
Tải xuống các tệp mở rộng One Click Amazon dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | olkolhjiejapjfbkbcfbdfkacamchfko |
URL Chính Thức | https://chrome.google.com/webstore/detail/one-click-amazon/olkolhjiejapjfbkbcfbdfkacamchfko |
Mô tả | One click to Amazon. Extension will set an icon next to your tabs, once click it redirect to the Amazon. |
Kích Thước Tệp | 36.76 KB |
Số Lần Cài Đặt | 27 |
Phiên Bản Hiện Tại | 4.0 |
Cập Nhật Lần Cuối | 2018-12-05 |
Ngày Phát Hành | 2018-12-05 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://ebaygenerator.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |