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
官方網址 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": [
                ""
            ]
        }
    ]
}