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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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