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:\/\/*\/"
    ]
}