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 |
官方網址 | 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 |
電子郵箱 | [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" } } |