Product Hunt™ Tabs
Chrome extension to open all daily products websites with a single click on Product Hunt™.
Was ist Product Hunt™ Tabs?
Product Hunt™ Tabs ist eine Chrome-Erweiterung, die von Kevin Campion entwickelt wurde, und ihr Hauptmerkmal ist "Chrome extension to open all daily products websites with a single click on Product Hunt™.".
Erweiterungsscreenshots
Product Hunt™ Tabs-Erweiterungs-CRX-Datei herunterladen
Laden Sie Product Hunt™ Tabs-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | anjbcpdnihhgaabcpamabkmpccbfgmoo |
| Offizielle URL | https://chromewebstore.google.com/detail/product-hunt-tabs/anjbcpdnihhgaabcpamabkmpccbfgmoo |
| Beschreibung | Chrome extension to open all daily products websites with a single click on Product Hunt™. |
| Dateigröße | 49.03 KB |
| Installationsanzahl | 44 |
| Aktuelle Version | 0.4.5 |
| Letztes Update | 2018-08-15 |
| Veröffentlichungsdatum | 2018-08-14 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | Kevin Campion |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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
}
} | |