Wikipedia on Top

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

Wikipedia on Topคืออะไร?

Wikipedia on Top เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Josh Houghton และคุณลักษณะหลักของมันคือ "Wikipedia on Top ensures that your first Google result is always Wikipedia where possible."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wikipedia on Top

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}