Product Hunt Preview
Preview websites that are featured on Product Hunt.
Hvad er Product Hunt Preview?
Product Hunt Preview er en Chrome-udvidelse udviklet af http://samcambridge.co.uk, og dens hovedfunktion er "Preview websites that are featured on Product Hunt.".
Udvidelsesskærmbilleder
Download Product Hunt Preview-udvidelses-CRX-fil
Download Product Hunt Preview-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Product Hunt Preview provides the user with a preview of the sites they are commenting on.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | jcpegpijfdanmpbhfmomcecognokdgci |
Officiel URL | https://chrome.google.com/webstore/detail/product-hunt-preview/jcpegpijfdanmpbhfmomcecognokdgci |
Beskrivelse | Preview websites that are featured on Product Hunt. |
Filstørrelse | 68.97 KB |
Antal Installationer | 19 |
Nuværende Version | 1.2 |
Senest Opdateret | 2014-09-16 |
Udgivelsesdato | 2014-09-16 |
Udvikler | http://samcambridge.co.uk |
Betalingsmetode | free |
Understøttede Sprog | 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 } |