Storyfinder

Graph based information and knowledge management of websites and entities.

What is Storyfinder?

Storyfinder is a Chrome extension developed by https://uhh-lt.github.io/storyfinder, and its main feature is "Graph based information and knowledge management of websites and entities.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Storyfinder Extension CRX File

Download Storyfinder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Storyfinder Storyfinder
ID hnndfanecdfnonofigcceaahflgfpgbd
Official URL https://chrome.google.com/webstore/detail/storyfinder/hnndfanecdfnonofigcceaahflgfpgbd
Description Graph based information and knowledge management of websites and entities.
File Size 367 KB
Installation Count 221
Current Version 0.0.13
Last Updated 2019-03-08
Publish Date 2019-03-08
Rating 5.00/5 Total 1 Ratings
Developer https://uhh-lt.github.io/storyfinder
Payment Type free
Supported Languages 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"
    ]
}