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”。
扩展截图
下载Make Wikipedia #1扩展crx文件
下载Make Wikipedia #1扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | Make Wikipedia #1 |
ID | ckmmohmhhpeemgpjanclllmmdajomdkc |
官方URL | 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" } |