Surchin

Search your favorite sites right from new tab

Surchinคืออะไร?

Surchin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MaBros และคุณลักษณะหลักของมันคือ "Search your favorite sites right from new tab"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Once installed, new tab will be replaced with an intuitive dashboard optimized for searching. Choose from over 30 of the most popular websites (Google, YouTube, Amazon, …) or create your own custom search. Simply select a website from the dashboard and enter your query into the central search bar.

✹ Customizable Dashboard
- Reorder search buttons with ease by dragging them around
- Add search buttons by clicking “Add Search”. Select from presets or create your own
- Edit by clicking the options icon in the top right of each button. Customize the name, color, or delete.
- Reset to the default dashboard at any time by going into settings and clicking “Reset dashboard” 

✹ Dark Mode
- Toggle dark mode by going into settings and clicking the dark mode switch

✹ Autocomplete
- Previous searches show up as autocomplete options
- Turn off search history at any time in settings

✹ Homepage Shortcut
- To quickly jump to a website’s homepage, simply hit enter with the search bar blank
- A custom search's homepage can be set when creating a custom search

✹ Default Search
- Choose a site to be highlighted by default when opening a new tab
- Change this any time in the search button's options modal

✹ Open-source
- Surchin is open-source on GitHub (https://github.com/nicholasm00/search-engine)

For any feedback, support, or inquiries, please contact us at [email protected]

Happy Surchin✹                    

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

ชื่อ Surchin Surchin
ID pkokckbflclfhlpokjmhockjghhgoemi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/surchin/pkokckbflclfhlpokjmhockjghhgoemi
คำอธิบาย Search your favorite sites right from new tab
ขนาดไฟล์ 770 KB
จำนวนการติดตั้ง 23
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-07-31
วันที่เผยแพร่ 2020-07-22
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา MaBros
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/nicholasm00/search-engine
URL หน้าช่วยเหลือ https://forms.gle/5joWCZYEDisC35Hj9
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Surchin",
    "version": "1.0",
    "description": "Search your favorite sites right from new tab",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png",
        "192": "icon192.png"
    },
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}