Make Wikipedia #1

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

什麼是Make Wikipedia #1?

Make Wikipedia #1是由Stephen LaPorte開發的Chrome擴展程式,該擴展的主要功能是“This extension will move Wikipedia pages to the top of your Google search results”。

擴展截圖

screenshot

下載Make Wikipedia #1擴展crx文件

下載Make Wikipedia #1擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 Make Wikipedia #1 Make Wikipedia #1
ID ckmmohmhhpeemgpjanclllmmdajomdkc
官方網址 https://chromewebstore.google.com/detail/make-wikipedia-1/ckmmohmhhpeemgpjanclllmmdajomdkc
簡介 This extension will move Wikipedia pages to the top of your Google search results
檔案大小 92.26 KB
安裝次數 173
目前版本 0.0.3
更新時間 2013-10-30
上架時間 2013-10-30
評分 4.29/5 共 7 次評分
開發者 Stephen LaPorte
付費類型 free
擴展官網 https://github.com/slaporte/make-wikipedia-first
支援的語言 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"
}