StoryTracer

Finds the source of original reporting in a story

Cos'è StoryTracer?

StoryTracer è un'estensione di Chrome sviluppata da gautamhathi, e la sua funzione principale è "Finds the source of original reporting in a story".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione StoryTracer

Scarica i file di estensione StoryTracer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome StoryTracer StoryTracer
ID gaghdhcnngehjkndpgbcocmdkiakagia
URL Ufficiale https://chromewebstore.google.com/detail/storytracer/gaghdhcnngehjkndpgbcocmdkiakagia
Descrizione Finds the source of original reporting in a story
Dimensione del File 842 KB
Conteggio Installazioni 135
Versione Corrente 0.1.4
Ultimo Aggiornamento 2017-11-06
Data di Pubblicazione 2017-11-05
Sviluppatore gautamhathi
Tipo di Pagamento free
Lingue Supportate 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:\/\/*\/"
    ]
}