StoryTracer

Finds the source of original reporting in a story

Vad är StoryTracer?

StoryTracer är en Chrome-tillägg utvecklad av gautamhathi, och dess huvudfunktion är "Finds the source of original reporting in a story".

Tilläggsskärmbilder

screenshot

Ladda ner StoryTracer-förlängningens CRX-fil

Ladda ner StoryTracer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn StoryTracer StoryTracer
ID gaghdhcnngehjkndpgbcocmdkiakagia
Officiell webbadress https://chromewebstore.google.com/detail/storytracer/gaghdhcnngehjkndpgbcocmdkiakagia
Beskrivning Finds the source of original reporting in a story
Filstorlek 842 KB
Antal Installationer 135
Aktuell Version 0.1.4
Senast Uppdaterad 2017-11-06
Publiceringsdatum 2017-11-05
Utvecklare gautamhathi
Betalningssätt free
Stödda Språk 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:\/\/*\/"
    ]
}