Make Wikipedia #1
This extension will move Wikipedia pages to the top of your Google search results
Make Wikipedia #1คืออะไร?
Make Wikipedia #1 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Stephen LaPorte และคุณลักษณะหลักของมันคือ "This extension will move Wikipedia pages to the top of your Google search results"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Make Wikipedia #1
ดาวน์โหลดไฟล์ส่วนขยาย Make Wikipedia #1 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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"
} | |