Seelie

Add new features to the Official Genshin Impact Map!

Seelie란 무엇입니까?

Seelie은(는) Inmagi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add new features to the Official Genshin Impact Map!"입니다.

확장 프로그램 스크린샷

screenshot

Seelie 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        UPDATE: miHoYo released the translated official map! This extension was changed to add the new features. The translations were removed since they're no longer needed.

The "official" (hosted by miHoYo, maintained by users) map is one of the most complete available maps of the game so far. This extension adds a bunch of new features, like:

* Creating new markers and even routes!
* Filtering through all the available markers
* Exporting and importing your custom markers and routes
* Backing up and restoring your data

All data is saved locally in your browser.

In the future, more features may be available, like checking your tasks from Seelie (https://seelie.inmagi.com) through the extension icon.                    

확장 프로그램 기본 정보

이름 Seelie Seelie
ID jkapcfbicpbhigopkhpielmbkgfchdgh
공식 URL https://chromewebstore.google.com/detail/seelie/jkapcfbicpbhigopkhpielmbkgfchdgh
설명 Add new features to the Official Genshin Impact Map!
파일 크기 49.82 KB
설치 횟수 5,508
현재 버전 1.5
최근 업데이트 2021-04-30
출시 날짜 2021-04-22
평점 5.00/5 총 13 개의 평점
개발자 Inmagi
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://seelie.inmagi.com
지원되는 언어 en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Seelie",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.5",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_title": "Seelie",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "injected.js",
        "langEn.js",
        "langPt.js",
        "style.css"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/webstatic.mihoyo.com\/*",
                "https:\/\/webstatic-sea.mihoyo.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "script.js"
            ],
            "all_frames": true
        }
    ]
}