OpenLink Data Explorer

Adds Linked Data browsing functionality -- across public or private networks -- to host browser.

OpenLink Data Explorer란 무엇입니까?

OpenLink Data Explorer은(는) OpenLink Software에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds Linked Data browsing functionality -- across public or private networks -- to host browser."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

OpenLink Data Explorer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        OpenLink Data Explorer (ODE) is an extension for Google Chrome that provides
an unobtrusive and none disruptive mechanism for exploiting the Linked
Data dimension of the World Wide Web. It achieves this by adding the
following descriptor document oriented menu options to the standard
“View Menu” item collection:

1. Page Description — which provides a structured description (metadata) of the page you are viewing
2. Page Data Sources — a Linked Data explorer that provides a variety of
presentations for the Linked Data Items that constitute the metadata
graph distilled from the page you are viewing.

The capabilities described above are achieved by ODE’s interaction with REST based Linked Data Proxy services such as:

1. http://linkeddata.uriburner.com — Public RDFizer Service (default)
2. http://lod.openlinksw.com — OpenLink Hosted Linked Open Data (LOD) Cloud Cache
3. Your own Personal or Shared Instances of Virtuoso and/or OpenLink Data Spaces (ODS)
4. http://triplr.org/ — another RDFizer service.

For
items 1-3, the RDFizer services are delivered via the Virtuoso’s
in-built middleware layer known as the “Sponger” Service. The specific
ability to distill structured descriptions in RDF from any Web resource
comes from a broad collection RDF-izer cartridges/drivers available of
all Virtuoso instances.

Additional Information Links:

* Product URI = http://data.openlinksw.com/oplweb/product/util-dataexplorer-st#this
* Product Web Site: http://ode.openlinksw.com
* OpenLink Data Explorer Examples = http://ode.openlinksw.com/example.html
* OpenLink Data Explorer Forum = http://boards.openlinksw.com/support/viewforum.php?f=26
* OpenLink Software Website = http://www.openlinksw.com/                    

확장 프로그램 기본 정보

이름 OpenLink Data Explorer OpenLink Data Explorer
ID ebdjmjgokgjakdpigpmilfebpnfaibeb
공식 URL https://chromewebstore.google.com/detail/openlink-data-explorer/ebdjmjgokgjakdpigpmilfebpnfaibeb
설명 Adds Linked Data browsing functionality -- across public or private networks -- to host browser.
파일 크기 920 KB
설치 횟수 1,141
현재 버전 2.5.2
최근 업데이트 2022-06-21
출시 날짜 2019-01-30
평점 2.67/5 총 6 개의 평점
개발자 OpenLink Software
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://ode.openlinksw.com/
도움말 페이지 URL http://support.openlinksw.com
개인정보 보호 정책 페이지 URL https://www.openlinksw.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OpenLink Data Explorer",
    "short_name": "ode",
    "author": "OpenLink Software",
    "homepage_url": "http:\/\/ode.openlinksw.com\/",
    "version": "2.5.2",
    "manifest_version": 2,
    "minimum_chrome_version": "18",
    "description": "Adds Linked Data browsing functionality -- across public or private networks -- to host browser.",
    "icons": {
        "16": "sw-cube-small.png",
        "32": "sw-cube-small.png",
        "48": "sw-cube.png",
        "128": "sw-cube.png"
    },
    "browser_action": {
        "default_icon": "sw-cube-small.png",
        "default_title": "OpenLink Data Explorer"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*",
        "file:\/\/\/*\/*"
    ],
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' chrome-extension:\/\/lib; object-src  'self' chrome-extension:\/\/lib; "
}