OpenLink Data Explorer
Adds Linked Data browsing functionality -- across public or private networks -- to host browser.
OpenLink Data Explorer क्या है?
OpenLink Data Explorer OpenLink Software द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds Linked Data browsing functionality -- across public or private networks -- to host browser."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में OpenLink Data Explorer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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; " } |