Wikipedia on Top

Wikipedia on Top ensures that your first Google result is always Wikipedia where possible.

什么是Wikipedia on Top?

Wikipedia on Top是由Josh Houghton开发的Chrome扩展程序,该扩展的主要功能是“Wikipedia on Top ensures that your first Google result is always Wikipedia where possible.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Wikipedia on Top扩展crx文件

下载Wikipedia on Top扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Wikipedia on Top takes the first (highest relevency) result in a Google search and moves it to the top of the results.                    

扩展基本信息

名称 Wikipedia on Top Wikipedia on Top
ID fagbaeppakjohihhfadhdjddmpgofegj
官方URL https://chromewebstore.google.com/detail/wikipedia-on-top/fagbaeppakjohihhfadhdjddmpgofegj
简介 Wikipedia on Top ensures that your first Google result is always Wikipedia where possible.
文件大小 49.16 KB
安装次数 313
当前版本 0.1.0
更新时间 2024-03-06
上架时间 2021-08-27
评分 4.25/5 共8次评分
开发者 Josh Houghton
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wikipedia on Top",
    "version": "0.1.0",
    "manifest_version": 3,
    "description": "Wikipedia on Top ensures that your first Google result is always Wikipedia where possible.",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "src\/bg\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/search*",
                "https:\/\/www.google.co.uk\/search*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}