SearchExt

SearchExt New Tab

Co je SearchExt?

SearchExt je rozšíření Chrome vyvinuté amelysara78, a jeho hlavní funkcí je „SearchExt New Tab“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření SearchExt

Stáhněte si soubory rozšíření SearchExt ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This extension sets your search engine to ‘ SearchExt’ and customizes your New Tab Search  so you can clear your searches and browsing history.
Your browser's new tab search will be changed to be powered by Microsoft Bing.
 ‘ SearchExt’ is like any search engine you are familiar with, which combines very useful tool behind it -  Clearing  browsing history effectively just with one click.

How Does it work?
1.	Click the download icon.
2.	Click the “add to chrome” top right button
3.	Now you can clear your browsing history effectively just with one click.

By clicking "Add to chrome", I accept and agree to installing 'SearchExt', change New Tab Search to Microsoft Bing, the Terms of Use and Privacy Policy.                    

Základní Informace o Rozšíření

Název SearchExt SearchExt
ID egbdngohhcppfboenbogjfbgoliogedl
Oficiální URL https://chromewebstore.google.com/detail/searchext/egbdngohhcppfboenbogjfbgoliogedl
Popis SearchExt New Tab
Velikost souboru 12.58 KB
Počet instalací 629
Aktuální Verze 1.0.3
Poslední Aktualizace 2023-08-02
Datum Vydání 2020-12-28
Hodnocení 3.86/5 Celkem 7 Hodnocení
Vývojář amelysara78
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://sites.google.com/view/searchext-privacy-policy/home
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SearchExt",
    "description": "SearchExt New Tab",
    "version": "1.0.3",
    "permissions": [
        "*:\/\/*.searchext.online\/*",
        "tabs",
        "history"
    ],
    "content_scripts": [
        {
            "js": [
                "contentscript.js"
            ],
            "matches": [
                "*:\/\/*.searchext.online\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icon48.png"
    },
    "background": {
        "scripts": [
            "browseraction_release.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icon48.png",
        "48": "icon16.png",
        "128": "icon128.png"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "manifest_version": 2
}