Get this Extension for 🦊 Firefox, Chrome
- Display wikidata-Items while browsing the web.
- Add missing IDs/items to Wikidata
- Extract information from websites to wikidata
- Checkout the repository to your local machine eg. with
git clone [email protected]:fuddl/wd.git
- run
yarn
to install all required dependencies - run
yarn build
- run
./build
(to rebuild the extension zip)
The build step will create the distribution
folder, this folder will contain the generated extension.
Using web-ext is recommened for automatic reloading and running in a dedicated browser instance. Alternatively you can load the extension manually (see below).
- run
yarn watch
to watch for file changes and build continuously - run
npm install --global web-ext
(only only for the first time) - in another terminal, run
web-ext run --start-url https://www.wikidata.org/wiki/Q16276
for Firefox orweb-ext run -t chromium
Note: Firefox will automatically reload content scripts when the extension is updated, Chrome requires you to reload the page to reload the content scripts.
You can also load the extension manually in Chrome or Firefox.