A chrome extension that enables rich presence for Kindle Cloud Reader
- Show your activity when you're reading, browsing library, and viewing notebooks
- Dark theme and light theme
- Download the chrome extension from here
- Extract the zip file
- Go to
chrome://extensions/
- Turn on
Developer mode
- Click
Load unpacked
and select the extracted folder (the folder that containsmanifest.json
) - Download the rich presence client in releases page
- For Windows, download
kindle-rpc.exe
orkindle-rpc-console.exe
if you want it to show the console - For Linux, download
kindle-rpc-linux
and run it with./kindle-rpc-linux
- Run the rich presence client
- Go to Kindle Cloud Reader and enjoy!
- Make sure that discord is running
- If the rich presence doesn't show up, try refreshing the page
-
Extension
- plasmo (Framework)
- node.js
- pnpm or npm
-
Client
- Python 3.8+
- pypresence
-
Clone this repository
git clone https://github.com/lazykern/kindle-cloud-reader-rpc.git cd kindle-cloud-reader-rpc
-
Install dependencies for extension
-
using pnpm
pnpm install
-
using npm
npm install
-
-
Build extension
-
Development
pnpm dev
or
npm run dev
-
-
Load the built extension inside
build/
into the browser -
Install dependencies for client
python -m pip install pypresence
-
Run client
python client.py