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