StoryTracer

Finds the source of original reporting in a story

Co to jest StoryTracer?

StoryTracer to rozszerzenie Chrome opracowane przez gautamhathi, a jego główną funkcją jest „Finds the source of original reporting in a story”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia StoryTracer

Pobierz pliki rozszerzeń StoryTracer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa StoryTracer StoryTracer
ID gaghdhcnngehjkndpgbcocmdkiakagia
Oficjalny URL https://chromewebstore.google.com/detail/storytracer/gaghdhcnngehjkndpgbcocmdkiakagia
Opis Finds the source of original reporting in a story
Rozmiar pliku 842 KB
Liczba instalacji 135
Aktualna Wersja 0.1.4
Ostatnia Aktualizacja 2017-11-06
Data Publikacji 2017-11-05
Deweloper gautamhathi
Typ Płatności free
Obsługiwane Języki 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:\/\/*\/"
    ]
}