Searchme

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

O que é Searchme?

Searchme é uma extensão do Chrome desenvolvida por https://www.mybrowserbar.com, e sua principal característica é "This extension offers an better new tab page for your needs: improved search, date and time widgets and other features.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Searchme

Baixe arquivos de extensão Searchme no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Searchme Searchme
ID hjalolmjgklbjgaomjjofphdjnajmnim
URL Oficial https://chromewebstore.google.com/detail/searchme/hjalolmjgklbjgaomjjofphdjnajmnim
Descrição This extension offers an better new tab page for your needs: improved search, date and time widgets and other features.
Tamanho do Arquivo 1.99 MB
Contagem de Instalações 371
Versão Atual 1.4
Última Atualização 2023-11-13
Data de Publicação 2019-09-06
Classificação 4.00/5 Total de 8 Avaliações
Desenvolvedor https://www.mybrowserbar.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade http://www.mybrowserbar.com/privacy.html
Idiomas Suportados 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"
}