StoryTracer

Finds the source of original reporting in a story

Wat is StoryTracer?

StoryTracer is een Chrome-extensie ontwikkeld door gautamhathi, en de belangrijkste functie is "Finds the source of original reporting in a story".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie StoryTracer

Download StoryTracer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam StoryTracer StoryTracer
ID gaghdhcnngehjkndpgbcocmdkiakagia
Officiële URL https://chromewebstore.google.com/detail/storytracer/gaghdhcnngehjkndpgbcocmdkiakagia
Beschrijving Finds the source of original reporting in a story
Bestandsgrootte 842 KB
Aantal Installaties 135
Huidige Versie 0.1.4
Laatst Bijgewerkt 2017-11-06
Publicatiedatum 2017-11-05
Ontwikkelaar gautamhathi
Betalingswijze free
Ondersteunde Talen 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:\/\/*\/"
    ]
}