Zearch

Your new, new tab page.

Zearchคืออะไร?

Zearch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://zearch.remiix.ml และคุณลักษณะหลักของมันคือ "Your new, new tab page."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zearch

ดาวน์โหลดไฟล์ส่วนขยาย Zearch ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension is provides you with a elegant and simple new tab page. The new tab page includes a search bar that conveniently searches directly through your favourite search engines. Additionally the extension features an automatic weather and time system. More customisation is coming in the future. If you like this extension please rate it. 

Made with ❤ by littlegrapeguy and RemiixInc.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Zearch Zearch
ID cijoghafiooamfmhhhaioiibliecmdkm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/zearch/cijoghafiooamfmhhhaioiibliecmdkm
คำอธิบาย Your new, new tab page.
ขนาดไฟล์ 74.17 KB
จำนวนการติดตั้ง 19
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2021-02-20
วันที่เผยแพร่ 2021-02-17
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://zearch.remiix.ml
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://zearch.remiix.ml
URL หน้าช่วยเหลือ https://zearch.remiix.ml
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Zearch",
    "description": "Your new, new tab page.",
    "version": "1.2",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "storage"
    ]
}