Searchberry Home Page

Find What You're Looking For In a Berry Way! This extension sets your New Tab to SearchBerry links, updates and more...

Searchberry Home Pageคืออะไร?

Searchberry Home Page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย searchberry.xyz และคุณลักษณะหลักของมันคือ "Find What You're Looking For In a Berry Way! This extension sets your New Tab to SearchBerry links, updates and more..."

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

screenshot

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

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

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

                        Find your search results faster. Install with few clicks. Get all the top results on a clean browser. Install Now.

By clicking "Add to chrome", you accept and agree to installing the Searchberry, Search In Berry Way! Chrome extension and to setting Chrome: New Tab to that provided by the service and the Terms of Use and Privacy Policy.

https://searchberry.xyz/
https://searchberry.xyz/Term-condition.php
https://searchberry.xyz/Privacy.php                    

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

ชื่อ Searchberry Home Page Searchberry Home Page
ID cojncglajihhonbkdmhbckkpfncokdfc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/searchberry-home-page/cojncglajihhonbkdmhbckkpfncokdfc
คำอธิบาย Find What You're Looking For In a Berry Way! This extension sets your New Tab to SearchBerry links, updates and more...
ขนาดไฟล์ 97.22 KB
จำนวนการติดตั้ง 71
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2022-02-09
วันที่เผยแพร่ 2019-03-27
คะแนน 4.90/5 รวมทั้งหมด 62 คะแนน
ผู้พัฒนา searchberry.xyz
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://searchberry.xyz/
URL หน้าช่วยเหลือ https://searchberry.xyz/Privacy.php
URL หน้านโยบายความเป็นส่วนตัว policy.https://searchberry.xyz/Privacy.php
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Searchberry Home Page",
    "version": "1.0.0",
    "description": "Find What You're Looking For In a Berry Way! This extension sets your New Tab to SearchBerry links, updates and more...",
    "homepage_url": "http:\/\/searchberry.co\/",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        "",
        "notifications"
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "ci.content.pack.js",
                "content\/new_tab_url_injector.js",
                "libs\/jquery.min.js",
                "libs\/handlebars.runtime.min.js",
                "libs\/underscore-min.js",
                "libs\/backbone-min.js",
                "libs\/urls.js",
                "content\/style.js",
                "content\/templates.js",
                "content\/interface.js",
                "content\/new_tab_url_injector.js",
                "content\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "ci.browser.helper.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "images\/18x18.png",
        "default_title": "Searchberry"
    },
    "icons": {
        "24": "images\/24x24.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "chrome_url_overrides": {
        "newtab": "searchberry.html"
    }
}