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
电子邮箱 [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": [
                ""
            ]
        }
    ]
}