StoryTracer

Finds the source of original reporting in a story

什么是StoryTracer?

StoryTracer是由gautamhathi开发的Chrome扩展程序,该扩展的主要功能是“Finds the source of original reporting in a story”。

扩展截图

screenshot

下载StoryTracer扩展crx文件

下载StoryTracer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 StoryTracer StoryTracer
ID gaghdhcnngehjkndpgbcocmdkiakagia
官方URL https://chromewebstore.google.com/detail/storytracer/gaghdhcnngehjkndpgbcocmdkiakagia
简介 Finds the source of original reporting in a story
文件大小 842 KB
安装次数 135
当前版本 0.1.4
更新时间 2017-11-06
上架时间 2017-11-05
开发者 gautamhathi
付费类型 free
支持的语言 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:\/\/*\/"
    ]
}