HuntSplash: Beautiful Photos & Top Products
See beautiful photos along with top trending products on every new tab you open in Google Chrome.
Was ist HuntSplash: Beautiful Photos & Top Products?
HuntSplash: Beautiful Photos & Top Products ist eine Chrome-Erweiterung, die von Jenil Gogari entwickelt wurde, und ihr Hauptmerkmal ist "See beautiful photos along with top trending products on every new tab you open in Google Chrome.".
Erweiterungsscreenshots
HuntSplash: Beautiful Photos & Top Products-Erweiterungs-CRX-Datei herunterladen
Laden Sie HuntSplash: Beautiful Photos & Top Products-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | fejjkeajblelillckhllmplcpdegdphb |
| Offizielle URL | https://chromewebstore.google.com/detail/huntsplash-beautiful-phot/fejjkeajblelillckhllmplcpdegdphb |
| Beschreibung | See beautiful photos along with top trending products on every new tab you open in Google Chrome. |
| Dateigröße | 280 KB |
| Installationsanzahl | 92 |
| Aktuelle Version | 1.1.0 |
| Letztes Update | 2019-01-31 |
| Veröffentlichungsdatum | 2019-01-31 |
| Bewertung | 5.00/5 Insgesamt 13 Bewertungen |
| Entwickler | Jenil Gogari |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://jgog.in |
| Unterstützte Sprachen | 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'"
} | |