Alpha Search

Alpha Search - Search the web from your browser

Hvad er Alpha Search?

Alpha Search er en Chrome-udvidelse udviklet af https://alphasearch.co, og dens hovedfunktion er "Alpha Search - Search the web from your browser".

Udvidelsesskærmbilleder

screenshot

Download Alpha Search-udvidelses-CRX-fil

Download Alpha Search-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Alpha Search Alpha Search
ID gdbdalnddkaodfcphgbgpbommhnifnee
Officiel URL https://chromewebstore.google.com/detail/alpha-search/gdbdalnddkaodfcphgbgpbommhnifnee
Beskrivelse Alpha Search - Search the web from your browser
Filstørrelse 96.01 KB
Antal Installationer 3,485
Nuværende Version 1.0.3
Senest Opdateret 2022-08-06
Udgivelsesdato 2021-05-08
Bedømmelse 4.00/5 Samlet 3 Bedømmelser
Udvikler https://alphasearch.co
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://alphasearch.co
URL til Fortrolighedspolitik Side https://www.clickfireapps.com/privacy-policy
Understøttede Sprog 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": [
                ""
            ]
        }
    ]
}