MangaDex Similar Manga

Similar manga recommendations for MangaDex.

MangaDex Similar Manga란 무엇입니까?

MangaDex Similar Manga은(는) goldbattle에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Similar manga recommendations for MangaDex."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

MangaDex Similar Manga 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
이메일 [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"
    }
}