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
官方網址 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:\/\/*\/"
    ]
}