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.
拡張機能の基本情報
名前 | 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 |
Eメール | [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 } } |