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'"
} | |