HuntSplash: Beautiful Photos & Top Products

See beautiful photos along with top trending products on every new tab you open in Google Chrome.

¿Qué es HuntSplash: Beautiful Photos & Top Products?

HuntSplash: Beautiful Photos & Top Products es una extensión de Chrome desarrollada por Jenil Gogari, y su función principal es "See beautiful photos along with top trending products on every new tab you open in Google Chrome.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión HuntSplash: Beautiful Photos & Top Products

Descarga archivos de extensión HuntSplash: Beautiful Photos & Top Products 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

                        Every time you open a new tab, you get to see a beautiful photo from Unsplash along with top trending products from Product Hunt.

Product Hunt + Unsplash = HuntSplash

Product Hunt is a curation of the best new products, every day. Discover the latest mobile apps, websites, and technology products that everyone's talking about.

Unsplash is a website for free high-resolution photos. 

If you have any questions about HuntSplash, Contact me on twitter: @geekGogari

Report issues: https://github.com/jenil/huntsplash/issues                    

Información Básica de la Extensión

Nombre HuntSplash: Beautiful Photos & Top Products HuntSplash: Beautiful Photos & Top Products
ID fejjkeajblelillckhllmplcpdegdphb
URL Oficial https://chromewebstore.google.com/detail/huntsplash-beautiful-phot/fejjkeajblelillckhllmplcpdegdphb
Descripción See beautiful photos along with top trending products on every new tab you open in Google Chrome.
Tamaño del Archivo 280 KB
Cantidad de Instalaciones 92
Versión Actual 1.1.0
Última Actualización 2019-01-31
Fecha de Publicación 2019-01-31
Calificación 5.00/5 Total de 13 Calificaciones
Desarrollador Jenil Gogari
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://jgog.in
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HuntSplash: Beautiful Photos & Top Products",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "See beautiful photos along with top trending products on every new tab you open in Google Chrome.",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "*:\/\/api.producthunt.com\/*",
        "*:\/\/api.unsplash.com\/*",
        "storage"
    ],
    "web_accessible_resources": [
        "main.js",
        "client.*.css"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'"
}