ペタサーチ

20サイト以上を一括高速検索のペタサーチ

What is ペタサーチ?

ペタサーチ is a Chrome extension developed by Unknown, and its main feature is "20サイト以上を一括高速検索のペタサーチ".

Extension Screenshots

screenshot

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

                        日本の25のショッピングサイトを一括で検索できる拡張機能です。
ショッピングしてる最中に、他モールの金額が気になったらワンクリックで商品を検索することができます。
サーバを経由しないため、超高速で商品情報を表示することができます。
気になったキーワードをなぞって、右クリックすると、カンタンに25サイトで検索することができます。いつでもどこでも気軽に検索ができます。


外部サイトに遷移する際には、アフィリエイトリンクとなる場合があります。

Update情報
1.0.5 Iframe内からの呼び出しで動作しない不具合を修正
1.0.6 初期ソートを安い順に変更。ソートの不具合を修正
1.0.7 ECサイトの文字コードに合わせて検索するように修正
1.0.8 総額の金額がおかしいバグを修正。ポイント計算できていなかったサイトを修正。
1.0.9 情報収集ロジックの不備を修正
1.0.10 リンクURLをTSL化
1.0.11 Amazonのレイアウト変更に対応
1.0.12 Amazonのスポンサープロダクトを除外するように修正                    

Extension Basic Information

Name ペタサーチ ペタサーチ
ID kdbneplgbhkphiaiompcaodcdlegggdg
Official URL https://chromewebstore.google.com/detail/%E3%83%9A%E3%82%BF%E3%82%B5%E3%83%BC%E3%83%81/kdbneplgbhkphiaiompcaodcdlegggdg
Description 20サイト以上を一括高速検索のペタサーチ
File Size 447 KB
Installation Count 4,349
Current Version 1.0.12
Last Updated 2019-10-15
Publish Date 2019-10-15
Rating 5.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "manifest_version": 2,
    "default_locale": "ja",
    "version": "1.0.12",
    "permissions": [
        "",
        "storage",
        "unlimitedStorage",
        "contextMenus",
        "tabs"
    ],
    "background": {
        "scripts": [
            "jquery.min.js",
            "Blowfish.js",
            "encoding.js",
            "master.js",
            "strage.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon\/38.png"
    },
    "options_page": "option.html",
    "icons": {
        "38": "icon\/38.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "vue-v2.5.17.js",
                "element-ui.js",
                "jquery.min.js",
                "jquery.cookie.js",
                "strage.js",
                "master.js",
                "main.js",
                "encoding.js",
                "clipboard.min.js",
                "Blowfish.js"
            ]
        }
    ]
}