https://github.com/datadavev/soso-chrome
Tool for Science on Schema.Org (SOSO) validation in Chrome browser
https://github.com/datadavev/soso-chrome
Last synced: 4 months ago
JSON representation
Tool for Science on Schema.Org (SOSO) validation in Chrome browser
- Host: GitHub
- URL: https://github.com/datadavev/soso-chrome
- Owner: datadavev
- License: mit
- Created: 2020-06-30T15:51:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T10:20:38.000Z (over 3 years ago)
- Last Synced: 2025-02-02T09:27:45.018Z (over 1 year ago)
- Language: JavaScript
- Size: 4.11 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SOSO-Chrome
Chrome extension for evaluating [schema.org/Dataset](https://schema.org/Dataset) content against [Science-on-schema.org guidelines](https://science-on-schema.org/) using the Tangram service.
[](https://www.youtube.com/watch?v=CxqB6HIiXPg)
## Installation
Note: This early release has **only** been tested on MacOS 10.15 with a recent version of Chrome.
1. Download the SOSO-chrome.zip file from the [releases page](https://github.com/datadavev/soso-chrome/releases) and unzip it in a folder
2. Visit `chrome://extensions/` in your chrome browser.
3. Turn on developer mode
4. Click on "Load unpacked" and navigate to the directory where you unzipped the .zip
5. Soso-chrome (aka Tangram) should appear in the toolbar. If not then:
6. "pin" the extension by clicking on the jigsaw like piece to the right of the omnibar, then locate the "Science on schema.org" extension and click on the pin.
## Development
- `yarn start` to compile and watch the files for changes.
To enable the autoreload on chrome:
1. Go to `chrome://extensions/`
1. Make sure **Developer mode** is on
1. Click **Load unpacked** and choose the **build/** folder
Instead, if you want to develop on firefox, check out [web-ext](https://github.com/mozilla/web-ext).
- `yarn build` to just compile the files.
- `yarn bundle` to compile the files and put them in a `.zip`, ready to be published.