Product Hunt Trending Tab
Replace browser new tab screen with Product Hunt trending products.
ما هو Product Hunt Trending Tab؟
Product Hunt Trending Tab هو إضافة Chrome تم تطويرها بواسطة Ömer Gülen، والميزة الرئيسية لها هي "Replace browser new tab screen with Product Hunt trending products.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Product Hunt Trending Tab
قم بتنزيل ملفات الامتداد Product Hunt Trending Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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'" } |