Product Hunt™ Tabs
Chrome extension to open all daily products websites with a single click on Product Hunt™.
Product Hunt™ Tabsคืออะไร?
Product Hunt™ Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kevin Campion และคุณลักษณะหลักของมันคือ "Chrome extension to open all daily products websites with a single click on Product Hunt™."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Product Hunt™ Tabs
ดาวน์โหลดไฟล์ส่วนขยาย Product Hunt™ Tabs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 } } |