StoryTracer

Finds the source of original reporting in a story

StoryTracerคืออะไร?

StoryTracer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gautamhathi และคุณลักษณะหลักของมันคือ "Finds the source of original reporting in a story"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย StoryTracer

ดาวน์โหลดไฟล์ส่วนขยาย 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:\/\/*\/"
    ]
}