Alpha Search

Alpha Search - Search the web from your browser

Alpha Search là gì?

Alpha Search là một tiện ích mở rộng Chrome được phát triển bởi https://alphasearch.co, và tính năng chính của nó là "Alpha Search - Search the web from your browser".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Alpha Search

Tải xuống các tệp mở rộng Alpha Search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Alpha Search Alpha Search
ID gdbdalnddkaodfcphgbgpbommhnifnee
URL Chính Thức https://chromewebstore.google.com/detail/alpha-search/gdbdalnddkaodfcphgbgpbommhnifnee
Mô tả Alpha Search - Search the web from your browser
Kích Thước Tệp 96.01 KB
Số Lần Cài Đặt 3,485
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2022-08-06
Ngày Phát Hành 2021-05-08
Đánh Giá 4.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://alphasearch.co
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://alphasearch.co
URL Trang Chính Sách Bảo Mật https://www.clickfireapps.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}