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
官方網址 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
電子郵箱 [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"
}