MangaDex Similar Manga
Similar manga recommendations for MangaDex.
MangaDex Similar Mangaとは何ですか?
MangaDex Similar Mangaはgoldbattleによって開発されたChromeの拡張機能で、その主な機能は「Similar manga recommendations for MangaDex.」です。
拡張機能のスクリーンショット
MangaDex Similar Manga拡張機能のCRXファイルをダウンロード
MangaDex Similar Manga拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension adds similar manga recommendations on the MangaDex website. These similar recommendations are per-manga and based on the genre and description content of each manga. The similar tab allows for discovery of manga which are similar and might be of interest if you want to see a manga with the same content. 12/04/2022 Should try to add the similar button more robustly 09/26/2022 Updated for V5 frontend rewrite! If you have any issue please open an issue on the Github repository: https://github.com/similar-manga/similar https://github.com/similar-manga/similar_chrome
拡張機能の基本情報
名前 | MangaDex Similar Manga |
ID | ghjofcifjnbpgfjbbnbeeipjlhnmbefl |
公式URL | https://chromewebstore.google.com/detail/mangadex-similar-manga/ghjofcifjnbpgfjbbnbeeipjlhnmbefl |
説明 | Similar manga recommendations for MangaDex. |
ファイルサイズ | 32.18 KB |
インストール数 | 168 |
現在のバージョン | 0.3.1 |
最終更新日 | 2023-04-02 |
公開日 | 2020-08-30 |
評価 | 4.50/5 合計 4 レビュー |
開発者 | goldbattle |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/similar-manga/similar_chrome |
ヘルプページのURL | https://github.com/similar-manga/similar_chrome/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "MangaDex Similar Manga", "version": "0.3.1", "description": "Similar manga recommendations for MangaDex.", "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/mangadex.org\/*" ] } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |