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
Eメール [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"
    }
}