Searchme

This extension offers an better new tab page for your needs: improved search, date and time widgets and other features.

Searchmeとは何ですか?

Searchmeはhttps://www.mybrowserbar.comによって開発されたChromeの拡張機能で、その主な機能は「This extension offers an better new tab page for your needs: improved search, date and time widgets and other features.」です。

拡張機能のスクリーンショット

screenshot

Searchme拡張機能のCRXファイルをダウンロード

Searchme拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Search the web with Yahoo through Searchme extension. Improve your search experience and get clear and precise search results.
This extension provides an enhanced new tab page with a new and improved search engine powered by Yahoo, date and time widgets and many other cool features.

FAQs:
Q: Is Searchme free?
A: Yes, it's free, simple, easy to use, and unobtrusive.

Q: How can I disable/uninstall Searchme?
A: That's easy. Go to browser's menu > More Tools > Extensions, find the extension and disable/remove it.                    

拡張機能の基本情報

名前 Searchme Searchme
ID hjalolmjgklbjgaomjjofphdjnajmnim
公式URL https://chromewebstore.google.com/detail/searchme/hjalolmjgklbjgaomjjofphdjnajmnim
説明 This extension offers an better new tab page for your needs: improved search, date and time widgets and other features.
ファイルサイズ 1.99 MB
インストール数 371
現在のバージョン 1.4
最終更新日 2023-11-13
公開日 2019-09-06
評価 4.00/5 合計 8 レビュー
開発者 https://www.mybrowserbar.com
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL http://www.mybrowserbar.com/privacy.html
対応言語 en
manifest.json
{
    "background": {
        "scripts": [
            "scripts\/background.js",
            "scripts\/utils.js"
        ]
    },
    "browser_action": {
        "default_popup": ""
    },
    "chrome_url_overrides": {
        "newtab": "ntp\/newtab.html"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "scripts\/loader.js"
            ],
            "matches": [
                "http:\/\/*.mybrowserbar.com\/*",
                "https:\/\/*.mybrowserbar.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "Icons\/Icon-128.png",
        "16": "Icons\/Icon-16.png",
        "32": "Icons\/Icon-32.png",
        "48": "Icons\/Icon-48.png",
        "64": "Icons\/Icon-64.png"
    },
    "manifest_version": 2,
    "name": "Searchme",
    "description": "This extension offers an better new tab page for your needs: improved search, date and time widgets and other features.",
    "options_page": "ntp\/options.html",
    "permissions": [
        "storage",
        "webRequest",
        "cookies",
        "contextMenus"
    ],
    "short_name": "Searchme",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4"
}