StoryTracer

Finds the source of original reporting in a story

Hvad er StoryTracer?

StoryTracer er en Chrome-udvidelse udviklet af gautamhathi, og dens hovedfunktion er "Finds the source of original reporting in a story".

Udvidelsesskærmbilleder

screenshot

Download StoryTracer-udvidelses-CRX-fil

Download StoryTracer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn StoryTracer StoryTracer
ID gaghdhcnngehjkndpgbcocmdkiakagia
Officiel URL https://chromewebstore.google.com/detail/storytracer/gaghdhcnngehjkndpgbcocmdkiakagia
Beskrivelse Finds the source of original reporting in a story
Filstørrelse 842 KB
Antal Installationer 135
Nuværende Version 0.1.4
Senest Opdateret 2017-11-06
Udgivelsesdato 2017-11-05
Udvikler gautamhathi
Betalingsmetode free
Understøttede Sprog 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:\/\/*\/"
    ]
}