楽天ウェブ検索

検索するだけで、毎日楽天スーパーポイントが貯まります!

What is 楽天ウェブ検索?

楽天ウェブ検索 is a Chrome extension developed by https://toolbar.rakuten.co.jp/intro/install/chrome, and its main feature is "検索するだけで、毎日楽天スーパーポイントが貯まります!".

Extension Screenshots

screenshot
screenshot
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

                        検索するだけ!毎日簡単に楽天ポイントが貯まります!
◆楽天ウェブ検索(Chrome拡張機能)
検索すればするほど楽天ポイントザクザク貯まる!楽天ユーザーなら必見の拡張機能です。
方法は簡単!インストール後、アドレスバーの検索エンジンを楽天ウェブ検索に変更するだけです。
◆動作環境: Microsoft Windows 7/8/8.1
◆検索山分けポイントサービスとは: 「楽天ウェブ検索」1回で1口貯まります。貯めた口(クチ)数に応じて、山分けされたポイントが付与されます。
※検索山分けに参加するには、楽天IDでログインする必要があります。
※毎日貯めることができる口数には上限があります。
※山分けポイントは変動することがあります。
◆利用規約: 楽天ウェブ検索(Chrome拡張機能)の利用規約は楽天ウェブ検索の利用規約に準じます。
必ず利用規約をお読み頂き、同意の上、インストールして頂けますようお願いします。
以下のリンクよりご参照ください: http://toolbar.rakuten.co.jp/intro/rule/                    

Extension Basic Information

Name 楽天ウェブ検索 楽天ウェブ検索
ID iihkglbebihpaflfihhkfmpabjgdpnol
Official URL https://chromewebstore.google.com/detail/%E6%A5%BD%E5%A4%A9%E3%82%A6%E3%82%A7%E3%83%96%E6%A4%9C%E7%B4%A2/iihkglbebihpaflfihhkfmpabjgdpnol
Description 検索するだけで、毎日楽天スーパーポイントが貯まります!
File Size 2.87 MB
Installation Count 362,572
Current Version 4.694
Last Updated 2024-02-23
Publish Date 2020-06-22
Rating 3.71/5 Total 1092 Ratings
Developer https://toolbar.rakuten.co.jp/intro/install/chrome
Email [email protected]
Payment Type free
Extension Website http://toolbar.rakuten.co.jp/intro/install/chrome/
Help Page URL http://portal.faq.rakuten.co.jp/app/answers/list/c/1471,4884,4810
Privacy Policy Page URL https://privacy.rakuten.co.jp
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "background": {
        "service_worker": "js\/main.js"
    },
    "chrome_url_overrides": [],
    "options_page": "options.html",
    "description": "\u691c\u7d22\u3059\u308b\u3060\u3051\u3067\u3001\u6bce\u65e5\u697d\u5929\u30b9\u30fc\u30d1\u30fc\u30dd\u30a4\u30f3\u30c8\u304c\u8caf\u307e\u308a\u307e\u3059\uff01",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self' 'https:\/\/www.google-analytics.com' 'https:\/\/*.rakuten.co.jp'; object-src 'self'"
    },
    "action": {
        "default_icon": "img\/icon19.png",
        "default_title": "\u697d\u5929\u30a6\u30a7\u30d6\u691c\u7d22",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/toolbar.css",
                "js\/suggest.js",
                "js\/content_suggest.js",
                "content_searchbar.html",
                "js\/content_searchbar.js",
                "content_pickupbar.html",
                "content_affiliatebar.html",
                "content_rebates_popup.html",
                "js\/content_rebates_popup.js",
                "options.html",
                "js\/options.js",
                "img\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/script.js"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/frames_script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true
        }
    ],
    "name": "\u697d\u5929\u30a6\u30a7\u30d6\u691c\u7d22",
    "permissions": [
        "cookies",
        "tabs",
        "webRequest",
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "4.694",
    "omnibox": {
        "keyword": "R"
    }
}