StoryTracer

Finds the source of original reporting in a story

Co je StoryTracer?

StoryTracer je rozšíření Chrome vyvinuté gautamhathi, a jeho hlavní funkcí je „Finds the source of original reporting in a story“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření StoryTracer

Stáhněte si soubory rozšíření StoryTracer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název StoryTracer StoryTracer
ID gaghdhcnngehjkndpgbcocmdkiakagia
Oficiální URL https://chromewebstore.google.com/detail/storytracer/gaghdhcnngehjkndpgbcocmdkiakagia
Popis Finds the source of original reporting in a story
Velikost souboru 842 KB
Počet instalací 135
Aktuální Verze 0.1.4
Poslední Aktualizace 2017-11-06
Datum Vydání 2017-11-05
Vývojář gautamhathi
Typ Platby free
Podporované Jazyky 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:\/\/*\/"
    ]
}