Manga Viewer
A book-like viewer to read separate manga page images posted on SNS like reading a real book. Yet only supports weibo.
O que é Manga Viewer?
Manga Viewer é uma extensão do Chrome desenvolvida por nikukikai, e sua principal característica é "A book-like viewer to read separate manga page images posted on SNS like reading a real book. Yet only supports weibo.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Manga Viewer
Baixe arquivos de extensão Manga Viewer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Manga Viewer |
ID | aoikkiamdjnipechicmgjinpnngiapjo |
URL Oficial | https://chromewebstore.google.com/detail/manga-viewer/aoikkiamdjnipechicmgjinpnngiapjo |
Descrição | A book-like viewer to read separate manga page images posted on SNS like reading a real book. Yet only supports weibo. |
Tamanho do Arquivo | 59.43 KB |
Contagem de Instalações | 96 |
Versão Atual | 0.1.3 |
Última Atualização | 2024-01-20 |
Data de Publicação | 2023-08-22 |
Desenvolvedor | nikukikai |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/NikuKikai/chrome-manga-viewer |
Idiomas Suportados | 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 } ] } |