AmznCmd
AmznCmdは、Amazonのオンラインストア上で使用できる検索補助ツールです。
什么是AmznCmd?
AmznCmd是由naofu.me开发的Chrome扩展程序,该扩展的主要功能是“AmznCmdは、Amazonのオンラインストア上で使用できる検索補助ツールです。”。
扩展截图
下载AmznCmd扩展crx文件
下载AmznCmd扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Amazonのオンラインストア上で使える高度な検索オプションを表示します。検索結果一覧での並び替えや、商品価格による絞り込み、また、マーケットプレイス商品の排除が行えます。個別の商品ページでは、サクラチェッカーによる商品の信頼性の検査結果が表示できます。通常の適用ボタンの横に、サクラチェッカー用のボタンが表示され、そのボタンを押すと、サクラチェッカーの判定結果が表示されます。 具体的なオプションの一覧は以下の記事を参照してください。 https://radiolife.com/internet/amazon/45201/ This extension enables users to apply advanced searching options for shopping on Amazon website, including Amazon.com and Amazon.co.jp. Specifically, there are a set of searching options that are not shown on the website but only applicable through URL parameters. Instead of manually updating the current URL, users can choose a set of searching options they want to apply and this extension append all the requested queries to URL to realize the customized searching. For example, users can remove market place listing, or sort by popularity, reviews, price or release date, or set a price range. Since users don't need to manually modify parameters in URL, this extension is very useful on comfortable shopping on Amazon.
扩展基本信息
名称 | |
ID | ndodgmlhhommogmlpjajpclelcjajiap |
官方URL | https://chromewebstore.google.com/detail/amzncmd/ndodgmlhhommogmlpjajpclelcjajiap |
简介 | AmznCmdは、Amazonのオンラインストア上で使用できる検索補助ツールです。 |
文件大小 | 45.62 KB |
安装次数 | 247 |
当前版本 | 1.6 |
更新时间 | 2021-01-23 |
上架时间 | 2021-01-19 |
评分 | 5.00/5 共1次评分 |
开发者 | naofu.me |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AmznCmd", "version": "1.6", "description": "AmznCmd\u306f\u3001Amazon\u306e\u30aa\u30f3\u30e9\u30a4\u30f3\u30b9\u30c8\u30a2\u4e0a\u3067\u4f7f\u7528\u3067\u304d\u308b\u691c\u7d22\u88dc\u52a9\u30c4\u30fc\u30eb\u3067\u3059\u3002", "icons": { "128": "icon_color.png" }, "background": { "persistent": true, "scripts": [ "jquery-3.1.0.min.js", "background.js" ] }, "browser_action": { "default_icon": "icon_gray.png", "default_title": "AmznCmd", "default_popup": "popup.html" }, "permissions": [ "activeTab", "tabs", "declarativeContent" ], "web_accessible_resources": [ "icon_color.png" ] } |