Product Hunt

Product Hunt brings you the best new technology products, every day. Weave discovery into your daily workflow with each new tab…

Что такое Product Hunt?

Product Hunt - это расширение Chrome, разработанное https://producthunt.com, и его основная функция - "Product Hunt brings you the best new technology products, every day. Weave discovery into your daily workflow with each new tab…".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Product Hunt

Скачайте файлы расширений Product Hunt в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Product Hunt brings you the best new technology products, every day.

Weave discovery into your daily workflow with each new tab you open. Login to your account for a personalized view, including your latest streak. Explore top products, read about bite-sized trends, and work alongside other makers from around the world.

Customize your tab with new features:
- Toggle between list view and grid view
- Dark mode
- Most visited sites                    

Основная информация о расширении

Название Product Hunt Product Hunt
ID likjafohlgffamccflcidmedfongmkee
Официальный URL https://chromewebstore.google.com/detail/product-hunt/likjafohlgffamccflcidmedfongmkee
Описание Product Hunt brings you the best new technology products, every day. Weave discovery into your daily workflow with each new tab…
Размер файла 14.11 KB
Количество установок 29,253
Текущая Версия 3.0
Последнее Обновление 2023-02-20
Дата публикации 2019-05-06
Рейтинг 3.30/5 Всего 161 оценок
Разработчик https://producthunt.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://producthunt.com/apps/browser
URL страницы политики конфиденциальности https://www.producthunt.com/privacy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Product Hunt",
    "short_name": "Product Hunt",
    "version": "3.0",
    "permissions": [
        "topSites"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "128": "icons\/icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/ph.test:5001\/*",
                "https:\/\/ext-test.producthunt.com\/*",
                "https:\/\/extension.producthunt.com\/*"
            ],
            "all_frames": true
        }
    ]
}