StoryTracer

Finds the source of original reporting in a story

What is StoryTracer?

StoryTracer is a Chrome extension developed by gautamhathi, and its main feature is "Finds the source of original reporting in a story".

Extension Screenshots

screenshot

Download StoryTracer Extension CRX File

Download StoryTracer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name StoryTracer StoryTracer
ID gaghdhcnngehjkndpgbcocmdkiakagia
Official URL https://chromewebstore.google.com/detail/storytracer/gaghdhcnngehjkndpgbcocmdkiakagia
Description Finds the source of original reporting in a story
File Size 842 KB
Installation Count 135
Current Version 0.1.4
Last Updated 2017-11-06
Publish Date 2017-11-05
Developer gautamhathi
Payment Type free
Supported Languages 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:\/\/*\/"
    ]
}