StoryTracer

Finds the source of original reporting in a story

¿Qué es StoryTracer?

StoryTracer es una extensión de Chrome desarrollada por gautamhathi, y su función principal es "Finds the source of original reporting in a story".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión StoryTracer

Descarga archivos de extensión StoryTracer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre StoryTracer StoryTracer
ID gaghdhcnngehjkndpgbcocmdkiakagia
URL Oficial https://chromewebstore.google.com/detail/storytracer/gaghdhcnngehjkndpgbcocmdkiakagia
Descripción Finds the source of original reporting in a story
Tamaño del Archivo 842 KB
Cantidad de Instalaciones 135
Versión Actual 0.1.4
Última Actualización 2017-11-06
Fecha de Publicación 2017-11-05
Desarrollador gautamhathi
Tipo de Pago free
Idiomas Soportados 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:\/\/*\/"
    ]
}