Amazon検索

選択範囲をAmazon検索

What is Amazon検索?

Amazon検索 is a Chrome extension developed by 猫のアイル, and its main feature is "選択範囲をAmazon検索".

Extension Screenshots

screenshot

Download Amazon検索 Extension CRX File

Download Amazon検索 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

                        検索したい文字列を選択して、右クリックメニューから「Amazon検索」をポイントし、表示されたサブメニュー内のカテゴリを選択すると、アマゾンの検索ページが開きます。

同じ機能を持つ拡張機能は複数あるのですが、トラッキングIDが固定されているので自作しました。

アフェリエイトのトラッキングIDをオプション画面にて変更できます。デフォルトは作者の知人のIDです。

0.1.2 コンテキストメニューに表示するカテゴリを選べるようにした
0.1.3 ストレージが変更された際のイベントハンドラが間違っていたのを修正                    

Extension Basic Information

Name Amazon検索 Amazon検索
ID phemfnadbbaahidiecpabpdhglnleaie
Official URL https://chromewebstore.google.com/detail/amazon%E6%A4%9C%E7%B4%A2/phemfnadbbaahidiecpabpdhglnleaie
Description 選択範囲をAmazon検索
File Size 48.33 KB
Installation Count 101
Current Version 0.1.3
Last Updated 2017-03-28
Publish Date 2017-03-28
Rating 3.33/5 Total 3 Ratings
Developer 猫のアイル
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon\u691c\u7d22",
    "short_name": "AmFind",
    "version": "0.1.3",
    "description": "\u9078\u629e\u7bc4\u56f2\u3092Amazon\u691c\u7d22",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-1.11.1.min.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "AmazonSearch.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "options_page": "options.html"
}