A simple chrome extension made to improve the manganato experience. Contains visual changes such as making manga pages take up the entire screen and quality of life tweaks like letting you go through a manga with the arrow keys.
You can search through your bookmark without having to look through each page individually.
You can export all your bookmarks as a json
file.
Instead of scrolling through manga you can go through page by page with either shortcuts or by clicking on the page.
Shortcut buttons can be configured in the settings.
>
: Right Arrow.<
: Left Arrow.
Works on all pages.
Key | Function |
---|---|
Ctrl + b | Go To Bookmarks |
Ctrl + m | Go To Home |
Works while reading a chapter.
Key | Function |
---|---|
> | Next Page |
< | Previous Page |
Shift + > | Last Page |
Shift + < | First Page |
Ctrl + > | Next Chapter |
Ctrl + < | Previous Chapter |
Ctrl + i | Change Image Server |
Ctrl + Enter | Bookmark Manga |
Works while in bookmarks.
Key | Function |
---|---|
Ctrl + Right Arrow | Next Page |
Ctrl + Left Arrow | Previous Page |
Ctrl + Shift + Right Arrow | Last Page |
Ctrl + Shift + Left Arrow | First Page |
Works while on the main page of a manga.
Key | Function |
---|---|
Ctrl + Enter | Go to First Chapter |
-
Download the Extension:
- Download
manganato-enhancer.zip
from the latest release - Or clone it with
Git clone https://github.com/sn0w12/Manganato
- If you cloned it, build it with
npm run build
- If you cloned it, build it with
- Download
-
Extract Files:
- If you downloaded a zip file, extract it to a convenient location.
-
Open Chrome and Navigate to Extensions:
- Open Google Chrome and go to chrome://extensions/.
-
Enable Developer Mode:
- In the top right corner of the Extensions page, enable Developer mode by toggling the switch.
-
Load Unpacked Extension:
- Click the Load unpacked button and select the directory where you extracted or built the extension files.