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是由searchberry.xyz开发的Chrome扩展程序,该扩展的主要功能是“Find What You're Looking For In a Berry Way! This extension sets your New Tab to SearchBerry links, updates and more...”。

扩展截图

screenshot

下载Searchberry Home Page扩展crx文件

下载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"
    }
}