Product Hunt™ Tabs

Chrome extension to open all daily products websites with a single click on Product Hunt™.

Что такое Product Hunt™ Tabs?

Product Hunt™ Tabs - это расширение Chrome, разработанное Kevin Campion, и его основная функция - "Chrome extension to open all daily products websites with a single click on Product Hunt™.".

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

screenshot

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

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

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

                        Do you use Product Hunt™ every day to make the day before or discover something new? Do you open one by one each url of the products? This extension is for you, you'll save a lot of time! 

Open all daily products websites with a single click.

This extension displays a button on all daily lists of products. Click on this button and all the websites will be open in a new tab of your browser.                    

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

Название Product Hunt™ Tabs Product Hunt™ Tabs
ID anjbcpdnihhgaabcpamabkmpccbfgmoo
Официальный URL https://chromewebstore.google.com/detail/product-hunt-tabs/anjbcpdnihhgaabcpamabkmpccbfgmoo
Описание Chrome extension to open all daily products websites with a single click on Product Hunt™.
Размер файла 49.03 KB
Количество установок 44
Текущая Версия 0.4.5
Последнее Обновление 2018-08-15
Дата публикации 2018-08-14
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Kevin Campion
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extName__",
    "version": "0.4.5",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "manifest_version": 2,
    "icons": {
        "128": "assets\/icon-128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.producthunt.com\/*",
                "https:\/\/www.producthunt.com\/*"
            ],
            "js": [
                "js\/main.min.js"
            ],
            "css": [
                "css\/style.min.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    }
}