Search Helper

Easily switch between search engines from your new tab page. Includes beautiful background images, top sites, time, and more.

Cos'è Search Helper?

Search Helper è un'estensione di Chrome sviluppata da https://getsearchhelper.com, e la sua funzione principale è "Easily switch between search engines from your new tab page. Includes beautiful background images, top sites, time, and more.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Search Helper

Scarica i file di estensione Search Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Search from multiple search engines from your new tab and home page.

- Choose from Google, Bing, Yahoo! or DuckDuckGo search.
- Beautiful background images.
- Upload your own images.
- Links to online games, and useful Google products like Gmail, Drive and more.
- Top sites.

Easily search from multiple search engines with Search Helper. Every new tab comes complete with a beautiful background image. Easily play video games. Quickly view and visit your top sites directly from your new tab page. Now you can customize your new tab background by choosing or uploading an image.


------

Looking for additional features? Let us know in the feedback and we will be happy to address them. Thanks!

------

Search Helper
Telephone: +1-250-217-7592                    

Informazioni di Base sull'Estensione

Nome Search Helper Search Helper
ID llpfjlkbpkgoailkpbefkbembmpeenic
URL Ufficiale https://chromewebstore.google.com/detail/search-helper/llpfjlkbpkgoailkpbefkbembmpeenic
Descrizione Easily switch between search engines from your new tab page. Includes beautiful background images, top sites, time, and more.
Dimensione del File 1.29 MB
Conteggio Installazioni 2,373
Versione Corrente 0.2.0
Ultimo Aggiornamento 2019-04-24
Data di Pubblicazione 2019-04-24
Valutazione 4.60/5 Totale 5 Valutazioni
Sviluppatore https://getsearchhelper.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://getsearchhelper.com
URL della Pagina della Politica sulla Privacy https://getsearchhelper.com/privacy.html
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Search Helper",
    "short_name": "Search Helper",
    "description": "Easily switch between search engines from your new tab page. Includes beautiful background images, top sites, time, and more.",
    "version": "0.2.0",
    "homepage_url": "https:\/\/getsearchhelper.com",
    "chrome_url_overrides": {
        "newtab": "manager.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.google.com https:\/\/query.yahooapis.com; object-src 'self'",
    "background": {
        "scripts": [
            "vendor\/ga.js",
            "js\/event.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "\/res\/icons\/icon16.png",
            "24": "\/res\/icons\/icon24.png",
            "32": "\/res\/icons\/icon32.png"
        }
    },
    "icons": {
        "16": "\/res\/icons\/icon16.png",
        "24": "\/res\/icons\/icon24.png",
        "32": "\/res\/icons\/icon32.png",
        "48": "\/res\/icons\/icon48.png",
        "128": "\/res\/icons\/icon128.png"
    },
    "permissions": [
        "storage",
        "management",
        "geolocation",
        "cookies",
        "tabs",
        "*:\/\/*.searchinginc.com\/",
        "unlimitedStorage",
        "topSites",
        "chrome:\/\/favicon\/",
        "history"
    ]
}