A browser extension that displays information from Wikidata and other Wikibase instances directly on web pages.
- Display Wikidata information related to web page content
- Support for custom Wikibase instances
- Extract structured data from web pages for Wikidata integration
- Perform minimal edits like updating item descriptions directly from the browser
The extension can extract structured data from various web pages like Bibliographic information from book pages.
Create statements based sourced from websites.
The extension allows users to make minimal edits to Wikidata directly from their browser:
- Update item descriptions
- Add Lemma representations
- Find missing identifiers
- Link web content to existing Wikidata items
The extension is available in multiple languages:
- English (en)
- French (fr)
- German (de)
- Japanese (ja)
- Punjabi (pa)
- Portuguese (pt)
- Russian (ru)
Your language is missing? Please make a pull request.
Install from addons.mozilla.org.
For development follow these steps:
-
Clone the repository:
git clone https://github.com/your-username/wikibase-for-web.git cd wikibase-for-web
-
Install dependencies:
npm install
-
Run setup script to clone required repositories:
npm run setup
-
Start the test server:
npm run user-tests
-
Run the extension in Firefox:
web-ext run --start-url http://127.0.0.1:8080/book_meta_tags.html --browser-console
npm run user-tests
- Start local test servernpm run setup
- Set up required dependenciesnpm run check-translations
- Check translation files for completeness
This project is licensed under the GNU License - see the LICENSE file for details.