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 |
官方網址 | 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 |
電子郵箱 | [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'" } |