Seelie
Add new features to the Official Genshin Impact Map!
Seelieとは何ですか?
SeelieはInmagiによって開発されたChromeの拡張機能で、その主な機能は「Add new features to the Official Genshin Impact Map!」です。
拡張機能のスクリーンショット
Seelie拡張機能のCRXファイルをダウンロード
Seelie拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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 } ] } |