Product Hunt™ Tabs
Chrome extension to open all daily products websites with a single click on Product Hunt™.
Product Hunt™ Tabs là gì?
Product Hunt™ Tabs là một tiện ích mở rộng Chrome được phát triển bởi Kevin Campion, và tính năng chính của nó là "Chrome extension to open all daily products websites with a single click on Product Hunt™.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Product Hunt™ Tabs
Tải xuống các tệp mở rộng Product Hunt™ Tabs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Product Hunt™ Tabs |
ID | anjbcpdnihhgaabcpamabkmpccbfgmoo |
URL Chính Thức | https://chromewebstore.google.com/detail/product-hunt-tabs/anjbcpdnihhgaabcpamabkmpccbfgmoo |
Mô tả | Chrome extension to open all daily products websites with a single click on Product Hunt™. |
Kích Thước Tệp | 49.03 KB |
Số Lần Cài Đặt | 44 |
Phiên Bản Hiện Tại | 0.4.5 |
Cập Nhật Lần Cuối | 2018-08-15 |
Ngày Phát Hành | 2018-08-14 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Kevin Campion |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |