StoryTracer

Finds the source of original reporting in a story

StoryTracer là gì?

StoryTracer là một tiện ích mở rộng Chrome được phát triển bởi gautamhathi, và tính năng chính của nó là "Finds the source of original reporting in a story".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng StoryTracer

Tải xuống các tệp mở rộng StoryTracer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên StoryTracer StoryTracer
ID gaghdhcnngehjkndpgbcocmdkiakagia
URL Chính Thức https://chromewebstore.google.com/detail/storytracer/gaghdhcnngehjkndpgbcocmdkiakagia
Mô tả Finds the source of original reporting in a story
Kích Thước Tệp 842 KB
Số Lần Cài Đặt 135
Phiên Bản Hiện Tại 0.1.4
Cập Nhật Lần Cuối 2017-11-06
Ngày Phát Hành 2017-11-05
Nhà Phát Triển gautamhathi
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/"
    ]
}