Product Hunt™ Tabs
Chrome extension to open all daily products websites with a single click on Product Hunt™.
Product Hunt™ Tabs क्या है?
Product Hunt™ Tabs Kevin Campion द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome extension to open all daily products websites with a single click on Product Hunt™."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Product Hunt™ Tabs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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 } } |