Product Hunt Trending Tab
Replace browser new tab screen with Product Hunt trending products.
Product Hunt Trending Tabとは何ですか?
Product Hunt Trending TabはÖmer Gülenによって開発されたChromeの拡張機能で、その主な機能は「Replace browser new tab screen with Product Hunt trending products.」です。
拡張機能のスクリーンショット
Product Hunt Trending Tab拡張機能のCRXファイルをダウンロード
Product Hunt Trending Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Replace browser new tab screen with Product Hunt trending products. Features: • Product Hunt trending products • Change from trending daily, weekly, monthly or yearly • Load products in the background • I'm feeling lucky to show a random product If you want to keep up to date with current development, check out https://github.com/omergulen/producthunt-trending-extension We are now on Product Hunt, support us: https://www.producthunt.com/posts/product-hunt-trending-new-tab-extension https://producthunt-trending-extension.now.sh online version. https://www.patreon.com/omergulen -- Buy me a drink :)
拡張機能の基本情報
名前 | |
ID | kfdccmmkggolbggggimdgbfgfgalgkjo |
公式URL | https://chrome.google.com/webstore/detail/product-hunt-trending-tab/kfdccmmkggolbggggimdgbfgfgalgkjo |
説明 | Replace browser new tab screen with Product Hunt trending products. |
ファイルサイズ | 1.94 MB |
インストール数 | 200 |
現在のバージョン | 2.0.0 |
最終更新日 | 2019-08-22 |
公開日 | 2019-08-22 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Ömer Gülen |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://producthunt-trending-extension.now.sh |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Product Hunt Trending Tab", "author": "Omer Gulen", "version": "2.0.0", "description": "Replace browser new tab screen with Product Hunt trending products.", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "storage", "alarms" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |