Automatically display related items on every Namuwiki article page on the sidebar in order of their most mentioned occurrence.
This extension is not yet available in the Chrome Web Store.
Warning
This method may not work on Windows.
Try Manually install from ZIP file instead.
- Go to the Releases page and download the latest
namuwiki_related_articles.crx
file. - Go to the
chrome://extensions
page and turn on 'Developer mode' at the top right corner. - Darg-and-drop the downloaded CRX file. It will be loaded directly. If you see any warning, try the method below instead.
- Go to the Releases page and download the latest
namuwiki_related_articles.zip
file. Extract it to a location where you can find it easily. - Go to the
chrome://extensions
page and turn on 'Developer mode' at the top right corner. - Click 'Load unpacked' button and select the extracted directory.
- Clone this repository.
$ git clone https://github.com/abiriadev/namuwiki-related-articles $ cd namuwiki-related-articles
- Enable corepack, if you haven't
$ corepack enable
- Enable corepack, if you haven't
- Install NPM dependencies.
$ pnpm install
- Build the extension.
$ pnpm build
- Go to the
chrome://extensions
page, ensure you have enabled developer mode, then click 'Load unpacked' button and select the/dist
directory.
- Show total counts
- Generate clickable links
- Limit visible items
- Option page
- Allow users to configure how many items to show
- Allow users to configure to show only items mentioned more than a specified amount
- Show/Hide button or make UI foldable
- Support board pages
- Familiar design
- Displays items even when the users have turned off the sidebar
- Support other skins other than Senkawa
- Support dark mode
- Use Svelte rendering system
- Narrower permissions
- Parse RAW content rather than accessing DOM directly
- Support Firefox and Safari
- Content scripts can not be reloaded automatically when user clicked a link. currently working solution is to use observe DOM changes. - chrome extension content script not working when url change but only works after refresh but it requires all site access, not a static declarations.
This project is licensed under MIT license.