Product Hunt Hover Cards
Hover cards for Product Hunt user profiles
Что такое Product Hunt Hover Cards?
Product Hunt Hover Cards - это расширение Chrome, разработанное Moritz Kobrna, и его основная функция - "Hover cards for Product Hunt user profiles".
Снимки экрана расширения
Скачать файл CRX расширения Product Hunt Hover Cards
Скачайте файлы расширений Product Hunt Hover Cards в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Hover cards for Product Hunt user profiles See also: Product Hunt Mentions (https://chrome.google.com/webstore/detail/product-hunt-mentions/odfaplafjjgjigjapkjifaogcblcjbpg) Product Hunt GIPHY Integration (https://chrome.google.com/webstore/detail/producht-hunt-giphy-integ/jamfnkplghnfbhfnpghgbccbdhhjgkan) Made by @neuling2k and @crtvhd
Основная информация о расширении
Название | |
ID | mjanoliajoilapldkkahodgkmlgngljb |
Официальный URL | https://chrome.google.com/webstore/detail/product-hunt-hover-cards/mjanoliajoilapldkkahodgkmlgngljb |
Описание | Hover cards for Product Hunt user profiles |
Размер файла | 60.31 KB |
Количество установок | 29 |
Текущая Версия | 1.0.0 |
Последнее Обновление | 2016-10-07 |
Дата публикации | 2016-10-07 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | Moritz Kobrna |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Product Hunt Hover Cards", "description": "Hover cards for Product Hunt user profiles", "version": "1.0.0", "icons": { "16": "images\/icon128.png", "48": "images\/icon128.png", "128": "images\/icon128.png" }, "content_scripts": [ { "run_at": "document_idle", "matches": [ "*:\/\/*.producthunt.com\/*" ], "all_frames": true, "js": [ "js\/content_script.js" ], "css": [ "css\/styles.css" ] } ], "permissions": [ "storage", "*:\/\/*.producthunt.com\/*" ] } |