商品クイックサーチ

なぞったキーワードで複数のショッピングサイトから商品を一括検索できます。

What is 商品クイックサーチ?

商品クイックサーチ is a Chrome extension developed by https://trycatchand.blogspot.com, and its main feature is "なぞったキーワードで複数のショッピングサイトから商品を一括検索できます。".

Download 商品クイックサーチ Extension CRX File

Download 商品クイックサーチ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        なぞったキーワードでショッピングサイトを一括検索できる拡張機能です。
検索対象のショッピングサイトの表示・非表示を自分で設定することも可能です。
対応ショッピングサイトは随時アップデートしています。


## 履歴

+ 2023/11/29: ブックオフオンラインのサイト変更に対応
+ 2023/11/09: メルカリアンバサダー対応
+ 2023/08/10: パッケージを軽量化
+ 2023/08/09: 不要な権限要求を削除
+ 2023/02/01: オムニ7廃止&セブンネットショッピング追加
+ 2022/12/02: PayPayフリマ対応
+ 2022/08/26〜2022/09/04: 瑣末なバグ修正
+ 2022/08/22: PayPayモール追加, モノレートを削除, その他リンク切れを修正
+ 2021/12/02: セキュリティ向上のためChrome拡張機能 manifest v3 に対応                    

Extension Basic Information

Name 商品クイックサーチ 商品クイックサーチ
ID kjfepeodhkhfedffhaobhgghmmnedbih
Official URL https://chromewebstore.google.com/detail/%E5%95%86%E5%93%81%E3%82%AF%E3%82%A4%E3%83%83%E3%82%AF%E3%82%B5%E3%83%BC%E3%83%81/kjfepeodhkhfedffhaobhgghmmnedbih
Description なぞったキーワードで複数のショッピングサイトから商品を一括検索できます。
File Size 269 KB
Installation Count 1,666
Current Version 1.10.4
Last Updated 2023-11-29
Publish Date 2019-11-17
Rating 4.11/5 Total 9 Ratings
Developer https://trycatchand.blogspot.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://memo.appri.me/TanakaSoftwareLab/app-privacy-policy
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u5546\u54c1\u30af\u30a4\u30c3\u30af\u30b5\u30fc\u30c1",
    "version": "1.10.4",
    "default_locale": "ja",
    "manifest_version": 3,
    "description": "\u306a\u305e\u3063\u305f\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u8907\u6570\u306e\u30b7\u30e7\u30c3\u30d4\u30f3\u30b0\u30b5\u30a4\u30c8\u304b\u3089\u5546\u54c1\u3092\u4e00\u62ec\u691c\u7d22\u3067\u304d\u307e\u3059\u3002",
    "author": "akirattii  (http:\/\/mint.pepper.jp)",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "icons": {
        "128": "img\/icon.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/icon.png",
                "img\/icon-stop.png",
                "img\/provider_icon\/amazon.png",
                "img\/provider_icon\/7net.png",
                "img\/provider_icon\/amafba.png",
                "img\/provider_icon\/ya.png",
                "img\/provider_icon\/ys.png",
                "img\/provider_icon\/aucfan.png",
                "img\/provider_icon\/mercari.png",
                "img\/provider_icon\/mnrate.png",
                "img\/provider_icon\/rakuma.png",
                "img\/provider_icon\/rakuten.png",
                "img\/provider_icon\/sekai.png",
                "img\/provider_icon\/bookoff.png",
                "img\/provider_icon\/jmty.png",
                "img\/provider_icon\/yodo.png",
                "img\/provider_icon\/bic.png",
                "img\/provider_icon\/ks.png",
                "img\/provider_icon\/joshin.png",
                "img\/provider_icon\/yamada.png",
                "img\/provider_icon\/nojima.png",
                "img\/provider_icon\/kojima.png",
                "img\/provider_icon\/sofmap.png",
                "img\/provider_icon\/ebay.png",
                "img\/provider_icon\/suruga.png",
                "img\/provider_icon\/netoff.png",
                "img\/provider_icon\/mbok.png",
                "img\/provider_icon\/qoo10.png",
                "img\/provider_icon\/wowma.png",
                "img\/provider_icon\/itempost.png",
                "img\/provider_icon\/lohaco.png",
                "img\/provider_icon\/paypaymall.png",
                "img\/provider_icon\/paypayfrima.png",
                "img\/provider_icon\/all.png",
                "img\/provider_icon\/stop.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_icon": {
            "128": "img\/icon.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "app.css"
            ],
            "js": [
                "extlib\/jquery\/jquery-3.7.0.slim.min.js",
                "extlib\/vue\/vue-csp.min.js",
                "extlib\/encoding\/encoding.min.js",
                "app.bundle.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}