Fabric Inline Comments

Allows you to see comments from related crashes without having to click on the related crash.

O que é Fabric Inline Comments?

Fabric Inline Comments é uma extensão do Chrome desenvolvida por Tony Cosentini, e sua principal característica é "Allows you to see comments from related crashes without having to click on the related crash.".

Baixar o arquivo CRX da Extensão Fabric Inline Comments

Baixe arquivos de extensão Fabric Inline Comments 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

                        Additional details at https://github.com/tonycosentini/fabric_inline_comments/                    

Informações Básicas da Extensão

Nome Fabric Inline Comments Fabric Inline Comments
ID poddbenhhjkffbflkihlodhobneekpmm
URL Oficial https://chrome.google.com/webstore/detail/fabric-inline-comments/poddbenhhjkffbflkihlodhobneekpmm
Descrição Allows you to see comments from related crashes without having to click on the related crash.
Tamanho do Arquivo 13.61 KB
Contagem de Instalações 12
Versão Atual 1.0.4
Última Atualização 2015-05-31
Data de Publicação 2015-05-31
Classificação 4.20/5 Total de 5 Avaliações
Desenvolvedor Tony Cosentini
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fabric Inline Comments",
    "description": "Allows you to see comments from related crashes without having to click on the related crash.",
    "version": "1.0.4",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/fabric.io\/*"
            ],
            "js": [
                "arrive.js",
                "script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "script.js.map"
    ]
}