Artifacts for Genshin Center

Plan which artifacts you want to get for your Genshin Impact character via this extension for Genshin Center's Ascension Planner.

Artifacts for Genshin Centerคืออะไร?

Artifacts for Genshin Center เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kripi__ และคุณลักษณะหลักของมันคือ "Plan which artifacts you want to get for your Genshin Impact character via this extension for Genshin Center's Ascension Planner."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Artifacts for Genshin Center

ดาวน์โหลดไฟล์ส่วนขยาย Artifacts for Genshin Center ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        An artifact planner makes it easier for players to plan, manage, and track which artifacts to get for their Genshin Impact characters.

This addon creates slots for artifacts to the character panels on Genshin Center's Ascension Planner. The user can then click a slot to select (or edit) which artifact they want for the character. Users can also input desired main and sub stats.
When a slot is hovered, the information of the artifact is displayed.

To start using the extension, click the extension icon or head directly to https://genshin-center.com/planner

Recent changes:
1.5.6 (21.12.2023);
- New Artifacts (V4.3): "Song of Days Past" and "Nighttime Whispers in the Echoing Woods"

1.5.5 (30.9.2023);
- New artifact sets: "Golden Troupe" and "Marechaussee Hunter"
- When user clicks the extension icon they are taken to Genshin Center

Note that the extension is developed by kripi and NOT Genshin Center.
Feedback and bug reports can be sent to me on Discord (kripi#6436).
You can also fill up the feedback survey: https://forms.gle/fzXzLfMit3jSLtdg8                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Artifacts for Genshin Center Artifacts for Genshin Center
ID jleonalkkhbfeafkmfgofopiadjkalno
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/artifacts-for-genshin-cen/jleonalkkhbfeafkmfgofopiadjkalno
คำอธิบาย Plan which artifacts you want to get for your Genshin Impact character via this extension for Genshin Center's Ascension Planner.
ขนาดไฟล์ 46.58 KB
จำนวนการติดตั้ง 558
เวอร์ชันปัจจุบัน 1.5.6
อัปเดตครั้งล่าสุด 2023-12-21
วันที่เผยแพร่ 2021-11-23
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา kripi__
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/kripi-png/ArtifactsForGenshinCenter
URL หน้าช่วยเหลือ https://github.com/kripi-png/ArtifactsForGenshinCenter
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Artifacts for Genshin Center",
    "version": "1.5.6",
    "description": "Plan which artifacts you want to get for your Genshin Impact character via this extension for Genshin Center's Ascension Planner.",
    "icons": {
        "128": "src\/images\/icon.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "src\/js\/content.js",
                "src\/dataset.json"
            ],
            "matches": [
                "https:\/\/genshin-center.com\/*"
            ]
        },
        {
            "resources": [
                "chunks\/*-*.js",
                "src\/content_script.js"
            ],
            "matches": [
                "https:\/\/genshin-center.com\/*"
            ]
        }
    ],
    "action": {
        "default_title": "Go to Genshin Center",
        "default_icon": {
            "32": "src\/images\/icon.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/genshin-center.com\/planner"
            ],
            "js": [
                "src\/import-content_script.js"
            ],
            "css": [
                "src\/css\/style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "src\/background.js",
        "type": "module"
    },
    "permissions": [
        "storage"
    ]
}