Product Hunt Preview
Preview websites that are featured on Product Hunt.
Product Hunt Previewとは何ですか?
Product Hunt Previewはhttp://samcambridge.co.ukによって開発されたChromeの拡張機能で、その主な機能は「Preview websites that are featured on Product Hunt.」です。
拡張機能のスクリーンショット
Product Hunt Preview拡張機能のCRXファイルをダウンロード
Product Hunt Preview拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Product Hunt Preview provides the user with a preview of the sites they are commenting on.
拡張機能の基本情報
名前 | |
ID | jcpegpijfdanmpbhfmomcecognokdgci |
公式URL | https://chrome.google.com/webstore/detail/product-hunt-preview/jcpegpijfdanmpbhfmomcecognokdgci |
説明 | Preview websites that are featured on Product Hunt. |
ファイルサイズ | 68.97 KB |
インストール数 | 19 |
現在のバージョン | 1.2 |
最終更新日 | 2014-09-16 |
公開日 | 2014-09-16 |
開発者 | http://samcambridge.co.uk |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Product Hunt Preview", "author": "Sam Cambridge", "homepage_url": "http:\/\/samcambridge.co.uk", "icons": { "48": "images\/48.png" }, "description": "Preview websites that are featured on Product Hunt.", "permissions": [ "http:\/\/*.producthunt.com\/", "https:\/\/*.producthunt.com\/", "tabs" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.min.js", "background.js" ] } ], "web_accessible_resources": [ "images\/loader.gif" ], "version": "1.2", "manifest_version": 2 } |