Manga Viewer
A book-like viewer to read separate manga page images posted on SNS like reading a real book. Yet only supports weibo.
Co je Manga Viewer?
Manga Viewer je rozšíření Chrome vyvinuté nikukikai, a jeho hlavní funkcí je „A book-like viewer to read separate manga page images posted on SNS like reading a real book. Yet only supports weibo.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Manga Viewer
Stáhněte si soubory rozšíření Manga Viewer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This extension inserts a book-like viewer, which makes it possible to read separate manga page images posted on SNS like reading a real book. The viewer can be opened with the button displayed whithin a post. Currently only supports weibo. v0.1.3 - Automatically divide long image into pages.
Základní Informace o Rozšíření
Název | Manga Viewer |
ID | aoikkiamdjnipechicmgjinpnngiapjo |
Oficiální URL | https://chromewebstore.google.com/detail/manga-viewer/aoikkiamdjnipechicmgjinpnngiapjo |
Popis | A book-like viewer to read separate manga page images posted on SNS like reading a real book. Yet only supports weibo. |
Velikost souboru | 59.43 KB |
Počet instalací | 96 |
Aktuální Verze | 0.1.3 |
Poslední Aktualizace | 2024-01-20 |
Datum Vydání | 2023-08-22 |
Vývojář | nikukikai |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/NikuKikai/chrome-manga-viewer |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Manga Viewer", "version": "0.1.3", "description": "A book-like viewer to read separate manga page images posted on SNS like reading a real book. Yet only supports weibo.", "action": { "default_title": "Popup", "default_popup": "index.html", "default_icon": "logo.png" }, "icons": { "128": "logo.png" }, "content_scripts": [ { "js": [ "assets\/content-script-loader.main.tsx.9841b66a.dbcc3a83.js" ], "matches": [ "https:\/\/weibo.com\/*" ], "media": [], "css": [ "assets\/main.89aaa99d.css" ] } ], "author": "NikuKikai", "web_accessible_resources": [ { "matches": [ "https:\/\/weibo.com\/*" ], "resources": [ "assets\/jsx-runtime.247be44e.js", "assets\/main.tsx.9841b66a.js" ], "use_dynamic_url": true } ] } |