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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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'" } |