Product Hunt Trending Tab
Replace browser new tab screen with Product Hunt trending products.
Product Hunt Trending Tab क्या है?
Product Hunt Trending Tab Ömer Gülen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace browser new tab screen with Product Hunt trending products."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Product Hunt Trending Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Replace browser new tab screen with Product Hunt trending products. Features: • Product Hunt trending products • Change from trending daily, weekly, monthly or yearly • Load products in the background • I'm feeling lucky to show a random product If you want to keep up to date with current development, check out https://github.com/omergulen/producthunt-trending-extension We are now on Product Hunt, support us: https://www.producthunt.com/posts/product-hunt-trending-new-tab-extension https://producthunt-trending-extension.now.sh online version. https://www.patreon.com/omergulen -- Buy me a drink :)
एक्सटेंशन की मूल जानकारी
नाम | |
ID | kfdccmmkggolbggggimdgbfgfgalgkjo |
आधिकारिक URL | https://chrome.google.com/webstore/detail/product-hunt-trending-tab/kfdccmmkggolbggggimdgbfgfgalgkjo |
विवरण | Replace browser new tab screen with Product Hunt trending products. |
फ़ाइल का आकार | 1.94 MB |
स्थापना संख्या | 200 |
वर्तमान संस्करण | 2.0.0 |
अंतिम अपडेट | 2019-08-22 |
प्रकाशन तिथि | 2019-08-22 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Ömer Gülen |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://producthunt-trending-extension.now.sh |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Product Hunt Trending Tab", "author": "Omer Gulen", "version": "2.0.0", "description": "Replace browser new tab screen with Product Hunt trending products.", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "storage", "alarms" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |