HuntSplash: Beautiful Photos & Top Products
See beautiful photos along with top trending products on every new tab you open in Google Chrome.
什麼是HuntSplash: Beautiful Photos & Top Products?
HuntSplash: Beautiful Photos & Top Products是由Jenil Gogari開發的Chrome擴展程式,該擴展的主要功能是“See beautiful photos along with top trending products on every new tab you open in Google Chrome.”。
擴展截圖
下載HuntSplash: Beautiful Photos & Top Products擴展crx文件
下載HuntSplash: Beautiful Photos & Top Products擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Every time you open a new tab, you get to see a beautiful photo from Unsplash along with top trending products from Product Hunt.
Product Hunt + Unsplash = HuntSplash
Product Hunt is a curation of the best new products, every day. Discover the latest mobile apps, websites, and technology products that everyone's talking about.
Unsplash is a website for free high-resolution photos.
If you have any questions about HuntSplash, Contact me on twitter: @geekGogari
Report issues: https://github.com/jenil/huntsplash/issues 擴展基本資訊
| 名稱 | |
| ID | fejjkeajblelillckhllmplcpdegdphb |
| 官方網址 | https://chromewebstore.google.com/detail/huntsplash-beautiful-phot/fejjkeajblelillckhllmplcpdegdphb |
| 簡介 | See beautiful photos along with top trending products on every new tab you open in Google Chrome. |
| 檔案大小 | 280 KB |
| 安裝次數 | 92 |
| 目前版本 | 1.1.0 |
| 更新時間 | 2019-01-31 |
| 上架時間 | 2019-01-31 |
| 評分 | 5.00/5 共 13 次評分 |
| 開發者 | Jenil Gogari |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://jgog.in |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "HuntSplash: Beautiful Photos & Top Products",
"version": "1.1.0",
"manifest_version": 2,
"description": "See beautiful photos along with top trending products on every new tab you open in Google Chrome.",
"chrome_url_overrides": {
"newtab": "index.html"
},
"options_ui": {
"page": "options.html",
"chrome_style": true
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"*:\/\/api.producthunt.com\/*",
"*:\/\/api.unsplash.com\/*",
"storage"
],
"web_accessible_resources": [
"main.js",
"client.*.css"
],
"content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'"
} | |