HuntSplash: Beautiful Photos & Top Products
See beautiful photos along with top trending products on every new tab you open in Google Chrome.
Cos'è HuntSplash: Beautiful Photos & Top Products?
HuntSplash: Beautiful Photos & Top Products è un'estensione di Chrome sviluppata da Jenil Gogari, e la sua funzione principale è "See beautiful photos along with top trending products on every new tab you open in Google Chrome.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione HuntSplash: Beautiful Photos & Top Products
Scarica i file di estensione HuntSplash: Beautiful Photos & Top Products 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
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | fejjkeajblelillckhllmplcpdegdphb |
| URL Ufficiale | https://chromewebstore.google.com/detail/huntsplash-beautiful-phot/fejjkeajblelillckhllmplcpdegdphb |
| Descrizione | See beautiful photos along with top trending products on every new tab you open in Google Chrome. |
| Dimensione del File | 280 KB |
| Conteggio Installazioni | 92 |
| Versione Corrente | 1.1.0 |
| Ultimo Aggiornamento | 2019-01-31 |
| Data di Pubblicazione | 2019-01-31 |
| Valutazione | 5.00/5 Totale 13 Valutazioni |
| Sviluppatore | Jenil Gogari |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://jgog.in |
| Lingue Supportate | 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'"
} | |