SearchExt

SearchExt New Tab

什么是SearchExt?

SearchExt是由amelysara78开发的Chrome扩展程序,该扩展的主要功能是“SearchExt New Tab”。

扩展截图

screenshot

下载SearchExt扩展crx文件

下载SearchExt扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 SearchExt SearchExt
ID egbdngohhcppfboenbogjfbgoliogedl
官方URL https://chromewebstore.google.com/detail/searchext/egbdngohhcppfboenbogjfbgoliogedl
简介 SearchExt New Tab
文件大小 12.58 KB
安装次数 629
当前版本 1.0.3
更新时间 2023-08-02
上架时间 2020-12-28
评分 3.86/5 共7次评分
开发者 amelysara78
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://sites.google.com/view/searchext-privacy-policy/home
支持的语言 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
}