https://github.com/awwright/rdfa-inspector
Browser extension to show RDF data in a webpage
https://github.com/awwright/rdfa-inspector
Last synced: about 1 month ago
JSON representation
Browser extension to show RDF data in a webpage
- Host: GitHub
- URL: https://github.com/awwright/rdfa-inspector
- Owner: awwright
- License: unlicense
- Created: 2018-06-17T22:27:48.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-18T03:43:58.000Z (almost 8 years ago)
- Last Synced: 2025-06-04T07:07:46.456Z (about 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RDFa Inspector
## Building
```
npm install
make
```
## Index of Files
* Makefile - build commands, run `make`
* README.md - You're looking at it
* chromium/manifest.json - Manifest file for Chromium browser extension
* chromium/*.build.js - Browserify built files
* chromium/contentScript.init.js - entry point for the extension content script, injected into webpages
* chromium/devtools.html - loaded by devtools to begin inspector
* chromium/devtools.js - script that initializes the RDFa inspector panel
* chromium/panel.html - main content for RDFa inspector panel
* chromium/panel.init.js - entry point for inspector panel script