AmznCmd

AmznCmdは、Amazonのオンラインストア上で使用できる検索補助ツールです。

什麼是AmznCmd?

AmznCmd是由naofu.me開發的Chrome擴展程式,該擴展的主要功能是“AmznCmdは、Amazonのオンラインストア上で使用できる検索補助ツールです。”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 AmznCmd AmznCmd
ID ndodgmlhhommogmlpjajpclelcjajiap
官方網址 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"
    ]
}