楽天ウェブ検索

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

Qu'est-ce que 楽天ウェブ検索 ?

楽天ウェブ検索 est une extension Chrome développée par https://toolbar.rakuten.co.jp/intro/install/chrome, et sa fonction principale est "検索するだけで、毎日楽天スーパーポイントが貯まります!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension 楽天ウェブ検索

Téléchargez les fichiers d'extension 楽天ウェブ検索 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom 楽天ウェブ検索 楽天ウェブ検索
ID iihkglbebihpaflfihhkfmpabjgdpnol
URL Officiel 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 検索するだけで、毎日楽天スーパーポイントが貯まります!
Taille du Fichier 2.87 MB
Nombre d'Installations 362,572
Version Actuelle 4.694
Dernière Mise à Jour 2024-02-23
Date de Publication 2020-06-22
Évaluation 3.71/5 Total 1092 Évaluations
Développeur https://toolbar.rakuten.co.jp/intro/install/chrome
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://toolbar.rakuten.co.jp/intro/install/chrome/
URL de la Page d'Aide http://portal.faq.rakuten.co.jp/app/answers/list/c/1471,4884,4810
URL de la Page de Politique de Confidentialité https://privacy.rakuten.co.jp
Langues Prises en Charge 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"
    }
}