Make Wikipedia #1

This extension will move Wikipedia pages to the top of your Google search results

Make Wikipedia #1 là gì?

Make Wikipedia #1 là một tiện ích mở rộng Chrome được phát triển bởi Stephen LaPorte, và tính năng chính của nó là "This extension will move Wikipedia pages to the top of your Google search results".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Make Wikipedia #1

Tải xuống các tệp mở rộng Make Wikipedia #1 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Make Wikipedia #1 Make Wikipedia #1
ID ckmmohmhhpeemgpjanclllmmdajomdkc
URL Chính Thức https://chromewebstore.google.com/detail/make-wikipedia-1/ckmmohmhhpeemgpjanclllmmdajomdkc
Mô tả This extension will move Wikipedia pages to the top of your Google search results
Kích Thước Tệp 92.26 KB
Số Lần Cài Đặt 173
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2013-10-30
Ngày Phát Hành 2013-10-30
Đánh Giá 4.29/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Stephen LaPorte
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/slaporte/make-wikipedia-first
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Make Wikipedia #1",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "This extension will move Wikipedia pages to the top of your Google search results",
    "homepage_url": "https:\/\/github.com\/slaporte\/make-wikipedia-first",
    "icons": {
        "16": "imgs\/dotlogo-16.png",
        "48": "imgs\/dotlogo-48.png",
        "128": "imgs\/dotlogo-128.png"
    },
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js",
                "js\/jquery\/jquery.js"
            ]
        }
    ],
    "options_page": "src\/options\/index.html"
}