Storyfinder

Graph based information and knowledge management of websites and entities.

Storyfinder क्या है?

Storyfinder https://uhh-lt.github.io/storyfinder द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Graph based information and knowledge management of websites and entities."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Storyfinder is an application that includes a browser plugin and a server backend in order to identify and manage the information found in a web page. It highlights named entities and keywords in a currently visited webpage and provides an additional graph view of them. You can edit the nodes and edges, combine web page graph views and search for entities and relations.

Storyfinder keeps the information you extracted found in webpages managed and provides alternative views of data for easy access.                    

एक्सटेंशन की मूल जानकारी

नाम Storyfinder Storyfinder
ID hnndfanecdfnonofigcceaahflgfpgbd
आधिकारिक URL https://chrome.google.com/webstore/detail/storyfinder/hnndfanecdfnonofigcceaahflgfpgbd
विवरण Graph based information and knowledge management of websites and entities.
फ़ाइल का आकार 367 KB
स्थापना संख्या 221
वर्तमान संस्करण 0.0.13
अंतिम अपडेट 2019-03-08
प्रकाशन तिथि 2019-03-08
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://uhh-lt.github.io/storyfinder
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Storyfinder",
    "short_name": "Storyfinder",
    "version": "0.0.13",
    "description": "Graph based information and knowledge management of websites and entities.",
    "icons": {
        "48": "icon-48.png",
        "500": "icon-500.png"
    },
    "browser_action": {
        "default_popup": "menu.html"
    },
    "author": "Language Technology Group - University of Hamburg",
    "background": {
        "scripts": [
            "backgroundscript.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "contentstyle.css"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "homepage_url": "https:\/\/uhh-lt.github.io\/storyfinder\/",
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "",
        "contextMenus",
        "webNavigation"
    ],
    "web_accessible_resources": [
        "popup.html"
    ]
}