Multisearch
Replaces the New Tab screen with site-specific Google search fields, which you can customize.
Multisearchคืออะไร?
Multisearch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sawyerh และคุณลักษณะหลักของมันคือ "Replaces the New Tab screen with site-specific Google search fields, which you can customize."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Multisearch
ดาวน์โหลดไฟล์ส่วนขยาย Multisearch ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Multisearch |
ID | acacjoabappgkabopnlnmdiodjilaggi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/multisearch/acacjoabappgkabopnlnmdiodjilaggi |
คำอธิบาย | Replaces the New Tab screen with site-specific Google search fields, which you can customize. |
ขนาดไฟล์ | 10.5 KB |
จำนวนการติดตั้ง | 1,000 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2015-06-30 |
วันที่เผยแพร่ | 2015-06-30 |
คะแนน | 2.75/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | sawyerh |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Multisearch", "version": "1.0.1", "description": "Replaces the New Tab screen with site-specific Google search fields, which you can customize.", "author": "Sawyer Hollenshead", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "storage" ] } |