StoryTracer

Finds the source of original reporting in a story

StoryTracer क्या है?

StoryTracer gautamhathi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Finds the source of original reporting in a story"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में StoryTracer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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