eBay Enhancement Suite
Unofficial tweaks for eBay. Mainly focused on increasing user productivity by providing maps automatically. More to come.
什麼是eBay Enhancement Suite?
eBay Enhancement Suite是由LakinSoft開發的Chrome擴展程式,該擴展的主要功能是“Unofficial tweaks for eBay. Mainly focused on increasing user productivity by providing maps automatically. More to come.”。
擴展截圖
下載eBay Enhancement Suite擴展crx文件
下載eBay Enhancement Suite擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Unofficial tweaks for eBay. Most notable are the addition of maps to product listings. I recommend looking at the options page - there's screenshots and each tweak can be individually disabled.
擴展基本資訊
名稱 | eBay Enhancement Suite |
ID | hpjjahdkofhbimpjfmgnobenmgfciepj |
官方網址 | https://chromewebstore.google.com/detail/ebay-enhancement-suite/hpjjahdkofhbimpjfmgnobenmgfciepj |
簡介 | Unofficial tweaks for eBay. Mainly focused on increasing user productivity by providing maps automatically. More to come. |
檔案大小 | 1.89 MB |
安裝次數 | 21 |
目前版本 | 2.2.1 |
更新時間 | 2018-07-09 |
上架時間 | 2018-07-09 |
評分 | 4.00/5 共 1 次評分 |
開發者 | LakinSoft |
付費類型 | free |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "eBay Enhancement Suite", "version": "2.2.1", "description": "Unofficial tweaks for eBay. Mainly focused on increasing user productivity by providing maps automatically. More to come.", "manifest_version": 2, "permissions": [ "storage" ], "options_page": "src\/options.html", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "src\/index.js" ], "run_at": "document_end" } ], "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "64": "images\/icon64.png", "128": "images\/icon128.png", "256": "images\/icon256.png", "512": "images\/icon512.png" }, "browser_action": { "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "64": "images\/icon64.png", "128": "images\/icon128.png", "256": "images\/icon256.png", "512": "images\/icon512.png" } } } |