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
Eメール [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
}