StoryTracer

Finds the source of original reporting in a story

O que é StoryTracer?

StoryTracer é uma extensão do Chrome desenvolvida por gautamhathi, e sua principal característica é "Finds the source of original reporting in a story".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão StoryTracer

Baixe arquivos de extensão StoryTracer 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

                        StoryTracer identifies the source information that web pages are based upon. When you navigate to a webpage with Story Tracer added to Chrome, StoryTracer will try to identify the source behind the webpage by looking at the links on the page. If a likely source is identified, a popup will appear indicating that the page you are on might be based on content from another page. StoryTracer uses the ground-truth node library.                    

Informações Básicas da Extensão

Nome StoryTracer StoryTracer
ID gaghdhcnngehjkndpgbcocmdkiakagia
URL Oficial https://chromewebstore.google.com/detail/storytracer/gaghdhcnngehjkndpgbcocmdkiakagia
Descrição Finds the source of original reporting in a story
Tamanho do Arquivo 842 KB
Contagem de Instalações 135
Versão Atual 0.1.4
Última Atualização 2017-11-06
Data de Publicação 2017-11-05
Desenvolvedor gautamhathi
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "StoryTracer",
    "description": "Finds the source of original reporting in a story",
    "version": "0.1.4",
    "background": {
        "scripts": [
            "ground-truth-bundle.js",
            "traceStory.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "getUrlFromPage.js"
            ],
            "css": [
                "dialogStyle.css"
            ]
        }
    ],
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}