Sweet - Search & New Tab

Sweet lets you switch easily between ESPN, Yahoo Sports, Barstool and hundreds of other options directly from your new tab page.

¿Qué es Sweet - Search & New Tab?

Sweet - Search & New Tab es una extensión de Chrome desarrollada por https://www.usesweet.com, y su función principal es "Sweet lets you switch easily between ESPN, Yahoo Sports, Barstool and hundreds of other options directly from your new tab page.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Sweet - Search & New Tab

Descarga archivos de extensión Sweet - Search & New Tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Sweet lets you switch easily between ESPN, Yahoo Sports, Barstool and hundreds of other options directly from your new tab page.  Sweet Chrome Extension allows you to Search and manage your favorite sites all in one place.  

How does it work?

1. Choose your desired site straight from the new tab page
2. Search for any content you want both from your address bar  or the new tab page 
3. View real time news from your favorite sites on your new tab

The Sweet extension:
- Does NOT save, share, or sell your personal or search engine data
- Delivers Bing, Yahoo, and Google search options
- Doesn’t drop 3rd party trackers and cookies like other search engines
Privacy Policy: https://www.usesweet.com/privacy                    

Información Básica de la Extensión

Nombre Sweet - Search & New Tab Sweet - Search & New Tab
ID kigohicpglohjkcpjofommdjnfdnckec
URL Oficial https://chrome.google.com/webstore/detail/sweet-search-new-tab/kigohicpglohjkcpjofommdjnfdnckec
Descripción Sweet lets you switch easily between ESPN, Yahoo Sports, Barstool and hundreds of other options directly from your new tab page.
Tamaño del Archivo 239 KB
Cantidad de Instalaciones 24
Versión Actual 1.0.115
Última Actualización 2020-02-19
Fecha de Publicación 2020-02-15
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador https://www.usesweet.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.usesweet.com/
URL de la Página de Ayuda https://www.usesweet.com/contact
URL de la Página de Política de Privacidad https://www.usesweet.com/privacy
Idiomas Soportados en-US
manifest.json
{
    "chrome_url_overrides": {
        "newtab": "iframe.html"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Sweet - Search",
            "keyword": "Sweet - Search",
            "search_url": "https:\/\/www.usesweet.com\/?a=b&q={searchTerms}",
            "favicon_url": "https:\/\/www.usesweet.com\/img\/sweet_logo.png",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "browser_action": {
        "default_title": "Sweet - One Click Search",
        "default_icon": {
            "16": ".\/img\/16.png",
            "32": ".\/img\/32.png",
            "64": ".\/img\/64.png",
            "128": ".\/img\/128.png"
        },
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "icons": {
        "16": ".\/img\/16.png",
        "32": ".\/img\/32.png",
        "64": ".\/img\/64.png",
        "128": ".\/img\/128.png"
    },
    "name": "Sweet - Search & New Tab",
    "short_name": "Sweet",
    "description": "Sweet lets you switch easily between ESPN, Yahoo Sports, Barstool and hundreds of other options directly from your new tab page.",
    "background": {
        "scripts": [
            "ext-background.js"
        ],
        "persistent": true
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/www.usesweet.com\/*",
            "https:\/\/usesweet.com\/*"
        ]
    },
    "web_accessible_resources": [
        "16.png"
    ],
    "permissions": [
        "https:\/\/www.usesweet.com\/*",
        "https:\/\/usesweet.com\/*",
        "storage",
        "webRequest",
        "cookies",
        "webRequestBlocking"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.115"
}