Rakuten.JP Market search from context menu.

It is an extension I trace the text of the homepage and do the product search of the Rakuten market from a right-click after…

What is Rakuten.JP Market search from context menu.?

Rakuten.JP Market search from context menu. is a Chrome extension developed by flowers, and its main feature is "It is an extension I trace the text of the homepage and do the product search of the Rakuten market from a right-click after…".

Extension Screenshots

screenshot

Download Rakuten.JP Market search from context menu. Extension CRX File

Download Rakuten.JP Market search from context menu. 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

                        ホームページやニュースサイト、ブログなどで気になったものをすぐに楽天市場で検索するための拡張機能です。

インストールすると、テキストをなぞったときだけ「楽天市場検索」というメニューが追加されます。
これをクリックすると楽天市場の検索結果が表示されます。                    

Extension Basic Information

Name Rakuten.JP Market search from context menu. Rakuten.JP Market search from context menu.
ID jlgpobagnemgpoddgcnckpgmcccnkfkd
Official URL https://chromewebstore.google.com/detail/rakutenjp-market-search-f/jlgpobagnemgpoddgcnckpgmcccnkfkd
Description It is an extension I trace the text of the homepage and do the product search of the Rakuten market from a right-click after…
File Size 10.75 KB
Installation Count 789
Current Version 1.0.0
Last Updated 2016-05-21
Publish Date 2016-05-21
Developer flowers
Email [email protected]
Payment Type free
Privacy Policy Page URL http://ameblo.jp/flowerssan/entry-12159034152.html
Supported Languages en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "1.0.0",
    "description": "__MSG_extDescription__",
    "background": {
        "scripts": [
            "rightrakuten.js"
        ]
    },
    "web_accessible_resources": [
        "images\/icon16.png",
        "images\/icon32.png",
        "images\/icon64.png",
        "images\/icon128.png"
    ],
    "permissions": [
        "contextMenus"
    ],
    "content_security_policy": "script-src 'self' ; object-src 'self'",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "default_locale": "ja"
}