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
官方網址 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
電子郵箱 [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\/*"
            ]
        }
    ]
}