Alpha Search

Alpha Search - Search the web from your browser

Alpha Searchคืออะไร?

Alpha Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://alphasearch.co และคุณลักษณะหลักของมันคือ "Alpha Search - Search the web from your browser"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Alpha Search

ดาวน์โหลดไฟล์ส่วนขยาย 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": [
                ""
            ]
        }
    ]
}