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
拡張機能の基本情報
名前 | HuntSplash: Beautiful Photos & Top Products |
ID | fejjkeajblelillckhllmplcpdegdphb |
公式URL | 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 |
Eメール | [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'" } |