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
官方網址 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"
            ]
        }
    ]
}