StoryTracer

Finds the source of original reporting in a story

Apa itu StoryTracer?

StoryTracer adalah ekstensi Chrome yang dikembangkan oleh gautamhathi, dan fitur utamanya adalah "Finds the source of original reporting in a story".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi StoryTracer

Unduh file ekstensi StoryTracer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama StoryTracer StoryTracer
ID gaghdhcnngehjkndpgbcocmdkiakagia
URL Resmi https://chromewebstore.google.com/detail/storytracer/gaghdhcnngehjkndpgbcocmdkiakagia
Deskripsi Finds the source of original reporting in a story
Ukuran File 842 KB
Jumlah Instalasi 135
Versi Saat Ini 0.1.4
Terakhir Diperbarui 2017-11-06
Tanggal Publikasi 2017-11-05
Pengembang gautamhathi
Tipe Pembayaran free
Bahasa yang Didukung 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:\/\/*\/"
    ]
}