Product Hunt Preview
Preview websites that are featured on Product Hunt.
Product Hunt Preview क्या है?
Product Hunt Preview http://samcambridge.co.uk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Preview websites that are featured on Product Hunt."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Product Hunt Preview एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Product Hunt Preview provides the user with a preview of the sites they are commenting on.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jcpegpijfdanmpbhfmomcecognokdgci |
आधिकारिक URL | https://chrome.google.com/webstore/detail/product-hunt-preview/jcpegpijfdanmpbhfmomcecognokdgci |
विवरण | Preview websites that are featured on Product Hunt. |
फ़ाइल का आकार | 68.97 KB |
स्थापना संख्या | 19 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2014-09-16 |
प्रकाशन तिथि | 2014-09-16 |
डेवलपर | http://samcambridge.co.uk |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Product Hunt Preview", "author": "Sam Cambridge", "homepage_url": "http:\/\/samcambridge.co.uk", "icons": { "48": "images\/48.png" }, "description": "Preview websites that are featured on Product Hunt.", "permissions": [ "http:\/\/*.producthunt.com\/", "https:\/\/*.producthunt.com\/", "tabs" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.min.js", "background.js" ] } ], "web_accessible_resources": [ "images\/loader.gif" ], "version": "1.2", "manifest_version": 2 } |