Product Hunt Preview
Preview websites that are featured on Product Hunt.
Apa itu Product Hunt Preview?
Product Hunt Preview adalah ekstensi Chrome yang dikembangkan oleh http://samcambridge.co.uk, dan fitur utamanya adalah "Preview websites that are featured on Product Hunt.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Product Hunt Preview
Unduh file ekstensi Product Hunt Preview dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Product Hunt Preview provides the user with a preview of the sites they are commenting on.
Informasi Dasar Ekstensi
Nama | |
ID | jcpegpijfdanmpbhfmomcecognokdgci |
URL Resmi | https://chrome.google.com/webstore/detail/product-hunt-preview/jcpegpijfdanmpbhfmomcecognokdgci |
Deskripsi | Preview websites that are featured on Product Hunt. |
Ukuran File | 68.97 KB |
Jumlah Instalasi | 19 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2014-09-16 |
Tanggal Publikasi | 2014-09-16 |
Pengembang | http://samcambridge.co.uk |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |