Product Hunt Preview

Preview websites that are featured on Product Hunt.

O que é Product Hunt Preview?

Product Hunt Preview é uma extensão do Chrome desenvolvida por http://samcambridge.co.uk, e sua principal característica é "Preview websites that are featured on Product Hunt.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Product Hunt Preview

Baixe arquivos de extensão Product Hunt Preview no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Product Hunt Preview provides the user with a preview of the sites they are commenting on.                    

Informações Básicas da Extensão

Nome Product Hunt Preview Product Hunt Preview
ID jcpegpijfdanmpbhfmomcecognokdgci
URL Oficial https://chrome.google.com/webstore/detail/product-hunt-preview/jcpegpijfdanmpbhfmomcecognokdgci
Descrição Preview websites that are featured on Product Hunt.
Tamanho do Arquivo 68.97 KB
Contagem de Instalações 19
Versão Atual 1.2
Última Atualização 2014-09-16
Data de Publicação 2014-09-16
Desenvolvedor http://samcambridge.co.uk
Tipo de Pagamento free
Idiomas Suportados 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
}