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…
Rakuten.JP Market search from context menu.とは何ですか?
Rakuten.JP Market search from context menu.はflowersによって開発されたChromeの拡張機能で、その主な機能は「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…」です。
拡張機能のスクリーンショット
Rakuten.JP Market search from context menu.拡張機能のCRXファイルをダウンロード
Rakuten.JP Market search from context menu.拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        ホームページやニュースサイト、ブログなどで気になったものをすぐに楽天市場で検索するための拡張機能です。
インストールすると、テキストをなぞったときだけ「楽天市場検索」というメニューが追加されます。
これをクリックすると楽天市場の検索結果が表示されます。                     拡張機能の基本情報
| 名前 |   |  
| ID | jlgpobagnemgpoddgcnckpgmcccnkfkd | 
| 公式URL | https://chromewebstore.google.com/detail/rakutenjp-market-search-f/jlgpobagnemgpoddgcnckpgmcccnkfkd | 
| 説明 | 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… | 
| ファイルサイズ | 10.75 KB | 
| インストール数 | 789 | 
| 現在のバージョン | 1.0.0 | 
| 最終更新日 | 2016-05-21 | 
| 公開日 | 2016-05-21 | 
| 開発者 | flowers | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| プライバシーポリシーページのURL | http://ameblo.jp/flowerssan/entry-12159034152.html | 
| 対応言語 | 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"
}  |  |