Storyfinder

Graph based information and knowledge management of websites and entities.

Storyfinder란 무엇입니까?

Storyfinder은(는) https://uhh-lt.github.io/storyfinder에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Graph based information and knowledge management of websites and entities."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Storyfinder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}