Product Hunt™ Tabs
Chrome extension to open all daily products websites with a single click on Product Hunt™.
什麼是Product Hunt™ Tabs?
Product Hunt™ Tabs是由Kevin Campion開發的Chrome擴展程式,該擴展的主要功能是“Chrome extension to open all daily products websites with a single click on Product Hunt™.”。
擴展截圖
下載Product Hunt™ Tabs擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | anjbcpdnihhgaabcpamabkmpccbfgmoo |
| 官方網址 | 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
}
} | |