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. 拡張機能の基本情報
| 名前 | |
| ID | hpjjahdkofhbimpjfmgnobenmgfciepj |
| 公式URL | 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"
}
}
} | |