Alpha Search

Alpha Search - Search the web from your browser

Alpha Searchとは何ですか?

Alpha Searchはhttps://alphasearch.coによって開発されたChromeの拡張機能で、その主な機能は「Alpha Search - Search the web from your browser」です。

拡張機能のスクリーンショット

screenshot

Alpha Search拡張機能のCRXファイルをダウンロード

Alpha Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        AlphaSearch - Light and minimal new tab that allows you to search by text and navigate easily to popular websites.

For more information please visit: https://www.alphasearch.co
Please leave us a 5 start review!

By clicking "Add to chrome", I accept and agree to installing 'Alpha Search' -  Chrome extension and setting Chrome™ New Tab to that provided by the service and the Terms Of Use and Privacy Policy

Terms Of Use: https://www.alphasearch.co/terms-of-use
Privacy Policy: https://www.alphasearch.co/privacy-policy

The extension will update your new tab settings and will change your search to be powered by Bing.                    

拡張機能の基本情報

名前 Alpha Search Alpha Search
ID gdbdalnddkaodfcphgbgpbommhnifnee
公式URL https://chromewebstore.google.com/detail/alpha-search/gdbdalnddkaodfcphgbgpbommhnifnee
説明 Alpha Search - Search the web from your browser
ファイルサイズ 96.01 KB
インストール数 3,485
現在のバージョン 1.0.3
最終更新日 2022-08-06
公開日 2021-05-08
評価 4.00/5 合計 3 レビュー
開発者 https://alphasearch.co
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://alphasearch.co
プライバシーポリシーページのURL https://www.clickfireapps.com/privacy-policy
対応言語 en
manifest.json
{
    "author": "Alpha Search",
    "background": {
        "service_worker": "js\/background.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "description": "Alpha Search - Search the web from your browser",
    "homepage_url": "https:\/\/www.alphasearch.co",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 3,
    "name": "Alpha Search",
    "permissions": [
        "tabs"
    ],
    "short_name": "Alpha Search",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.3",
    "web_accessible_resources": [
        {
            "resources": [
                "icon.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}