Product Hunt Hover Cards

Hover cards for Product Hunt user profiles

Product Hunt Hover Cards क्या है?

Product Hunt Hover Cards Moritz Kobrna द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hover cards for Product Hunt user profiles"।

एक्सटेंशन स्क्रीनशॉट्स

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Product Hunt Hover Cards एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Product Hunt Hover Cards Product Hunt Hover Cards
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\/*"
    ]
}