StoryTracer

Finds the source of original reporting in a story

Was ist StoryTracer?

StoryTracer ist eine Chrome-Erweiterung, die von gautamhathi entwickelt wurde, und ihr Hauptmerkmal ist "Finds the source of original reporting in a story".

Erweiterungsscreenshots

screenshot

StoryTracer-Erweiterungs-CRX-Datei herunterladen

Laden Sie StoryTracer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name StoryTracer StoryTracer
ID gaghdhcnngehjkndpgbcocmdkiakagia
Offizielle URL https://chromewebstore.google.com/detail/storytracer/gaghdhcnngehjkndpgbcocmdkiakagia
Beschreibung Finds the source of original reporting in a story
Dateigröße 842 KB
Installationsanzahl 135
Aktuelle Version 0.1.4
Letztes Update 2017-11-06
Veröffentlichungsdatum 2017-11-05
Entwickler gautamhathi
Zahlungsart free
Unterstützte Sprachen 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:\/\/*\/"
    ]
}