Search Amazon Affiliate
選択した内容を右クリックでamazonアソシエイト検索します
What is Search Amazon Affiliate?
Search Amazon Affiliate is a Chrome extension developed by http://wryoku.com, and its main feature is "選択した内容を右クリックでamazonアソシエイト検索します".
Extension Screenshots
Download Search Amazon Affiliate Extension CRX File
Download Search Amazon Affiliate 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アソシエイトで検索したい内容を選択して、右クリックすると、選択した内容をamazonアソシエイトで検索します。 記事を作成するライターさん、ブロガーさん、アフィリエイターさんにおすすめです。
Extension Basic Information
Name | |
ID | dbamjjobhobepmjllkhekdghgfdpoemf |
Official URL | https://chrome.google.com/webstore/detail/search-amazon-affiliate/dbamjjobhobepmjllkhekdghgfdpoemf |
Description | 選択した内容を右クリックでamazonアソシエイト検索します |
File Size | 6.98 KB |
Installation Count | 24 |
Current Version | 0.1 |
Last Updated | 2016-06-05 |
Publish Date | 2016-06-05 |
Developer | http://wryoku.com |
Payment Type | free |
Extension Website | http://wryoku.com/chrome-search_amazon_affiliate/ |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Search Amazon Affiliate", "version": "0.1", "manifest_version": 2, "description": "\u9078\u629e\u3057\u305f\u5185\u5bb9\u3092\u53f3\u30af\u30ea\u30c3\u30af\u3067amazon\u30a2\u30bd\u30b7\u30a8\u30a4\u30c8\u691c\u7d22\u3057\u307e\u3059", "permissions": [ "tabs", "http:\/\/*\/*", "contextMenus" ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "background": { "scripts": [ "background.js" ] } } |