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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
확장 프로그램 기본 정보
| 이름 | |
| 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"
} | |