ProductHop
A timehop app for ProductHunt
ProductHopとは何ですか?
ProductHopはalikafridiによって開発されたChromeの拡張機能で、その主な機能は「A timehop app for ProductHunt」です。
拡張機能のスクリーンショット
ProductHop拡張機能のCRXファイルをダウンロード
ProductHop拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Product Hop shows you products posted on Product Hunt from exactly a year ago. Go back and look at products you might've missed. Add some old products to your collections. See what progress has been made on products since they were "hunted".
拡張機能の基本情報
名前 | |
ID | opcjdnpbkbedjlhajkplcajipinckgkg |
公式URL | https://chrome.google.com/webstore/detail/producthop/opcjdnpbkbedjlhajkplcajipinckgkg |
説明 | A timehop app for ProductHunt |
ファイルサイズ | 11.71 KB |
インストール数 | 12 |
現在のバージョン | 1.0.0.1 |
最終更新日 | 2015-01-02 |
公開日 | 2015-01-02 |
評価 | 3.00/5 合計 1 レビュー |
開発者 | alikafridi |
支払い方法 | free |
拡張機能のウェブサイト | http://producthop.com |
ヘルプページのURL | http://twitter.com/alikafridi |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ProductHop", "description": "A timehop app for ProductHunt", "version": "1.0.0.1", "permissions": [ "http:\/\/producthop.herokuapp.com\/" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |