HuntSplash: Beautiful Photos & Top Products

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

Qu'est-ce que HuntSplash: Beautiful Photos & Top Products ?

HuntSplash: Beautiful Photos & Top Products est une extension Chrome développée par Jenil Gogari, et sa fonction principale est "See beautiful photos along with top trending products on every new tab you open in Google Chrome.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension HuntSplash: Beautiful Photos & Top Products

Téléchargez les fichiers d'extension HuntSplash: Beautiful Photos & Top Products au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom HuntSplash: Beautiful Photos & Top Products HuntSplash: Beautiful Photos & Top Products
ID fejjkeajblelillckhllmplcpdegdphb
URL Officiel https://chromewebstore.google.com/detail/huntsplash-beautiful-phot/fejjkeajblelillckhllmplcpdegdphb
Description See beautiful photos along with top trending products on every new tab you open in Google Chrome.
Taille du Fichier 280 KB
Nombre d'Installations 92
Version Actuelle 1.1.0
Dernière Mise à Jour 2019-01-31
Date de Publication 2019-01-31
Évaluation 5.00/5 Total 13 Évaluations
Développeur Jenil Gogari
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://jgog.in
Langues Prises en Charge 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'"
}