HuntSplash: Beautiful Photos & Top Products
See beautiful photos along with top trending products on every new tab you open in Google Chrome.
Τι είναι το HuntSplash: Beautiful Photos & Top Products;
Το HuntSplash: Beautiful Photos & Top Products είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Jenil Gogari, και η κύρια λειτουργία του είναι "See beautiful photos along with top trending products on every new tab you open in Google Chrome.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης HuntSplash: Beautiful Photos & Top Products
Λήψη αρχείων επέκτασης HuntSplash: Beautiful Photos & Top Products σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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 Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | fejjkeajblelillckhllmplcpdegdphb |
| Επίσημο URL | https://chromewebstore.google.com/detail/huntsplash-beautiful-phot/fejjkeajblelillckhllmplcpdegdphb |
| Περιγραφή | See beautiful photos along with top trending products on every new tab you open in Google Chrome. |
| Μέγεθος Αρχείου | 280 KB |
| Αριθμός Εγκαταστάσεων | 92 |
| Τρέχουσα Έκδοση | 1.1.0 |
| Τελευταία Ενημέρωση | 2019-01-31 |
| Ημερομηνία Δημοσίευσης | 2019-01-31 |
| Αξιολόγηση | 5.00/5 Συνολικά 13 Αξιολογήσεις |
| Προγραμματιστής | Jenil Gogari |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | https://jgog.in |
| Υποστηριζόμενες Γλώσσες | 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'"
} | |