StoryTracer

Finds the source of original reporting in a story

Qu'est-ce que StoryTracer ?

StoryTracer est une extension Chrome développée par gautamhathi, et sa fonction principale est "Finds the source of original reporting in a story".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension StoryTracer

Téléchargez les fichiers d'extension StoryTracer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom StoryTracer StoryTracer
ID gaghdhcnngehjkndpgbcocmdkiakagia
URL Officiel https://chromewebstore.google.com/detail/storytracer/gaghdhcnngehjkndpgbcocmdkiakagia
Description Finds the source of original reporting in a story
Taille du Fichier 842 KB
Nombre d'Installations 135
Version Actuelle 0.1.4
Dernière Mise à Jour 2017-11-06
Date de Publication 2017-11-05
Développeur gautamhathi
Type de Paiement free
Langues Prises en Charge 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:\/\/*\/"
    ]
}