Search Engine Study

Execute Google searches for an academic study.

Search Engine Studyとは何ですか?

Search Engine Studyはupfextensionによって開発されたChromeの拡張機能で、その主な機能は「Execute Google searches for an academic study.」です。

拡張機能のスクリーンショット

screenshot

Search Engine Study拡張機能のCRXファイルをダウンロード

Search Engine Study拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension is part of a study conducted by the Center for Economic Policy Research. The purpose of the extension is to better under how different individuals reach news sites. 

Study participants, after giving their consent for the data collection will install this extension.
The extension will then execute searches for specific queries and collects the results. No information on individuals besides search results and user location is collected. 

Some users have been invited to receive an award for installing this extension. Each user that completed the survey and received an invitation is eligible to receive up to one award. If you have any questions or comments please contact the principal investigator by email at [email protected]                    

拡張機能の基本情報

名前 Search Engine Study Search Engine Study
ID bgjffplpiklnpekbalchdpmjfcainmpn
公式URL https://chromewebstore.google.com/detail/search-engine-study/bgjffplpiklnpekbalchdpmjfcainmpn
説明 Execute Google searches for an academic study.
ファイルサイズ 59.52 KB
インストール数 27
現在のバージョン 1.4
最終更新日 2023-12-21
公開日 2023-07-18
評価 1.00/5 合計 2 レビュー
開発者 upfextension
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://upf-survey.bekodo.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Search Engine Study",
    "description": "Execute Google searches for an academic study.",
    "version": "1.4",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [],
    "host_permissions": [
        "https:\/\/*.google.com\/"
    ],
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/jquery-3.6.1.min.js",
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/www.google.com\/search*",
                "https:\/\/www.google.es\/search*",
                "https:\/\/upf-survey.bekodo.com\/*",
                "http:\/\/127.0.0.1:8000\/*"
            ]
        }
    ]
}