GBF-Kor-Trans

Simple Chrome Extension for translating GBF page to Korean

GBF-Kor-Transคืออะไร?

GBF-Kor-Trans เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sidewinderkr และคุณลักษณะหลักของมันคือ "Simple Chrome Extension for translating GBF page to Korean"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GBF-Kor-Trans

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

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

                        그랑블루 판타지 한국어 번역을 위한 크롬 확장툴입니다.
크롬 웹 스토어 검토를 받아야하기 때문에 패키지 버전에 비해 업데이트가 느립니다.                    

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

ชื่อ GBF-Kor-Trans GBF-Kor-Trans
ID lcadlhedpdcgnkmoaoipbmhdeacciipk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gbf-kor-trans/lcadlhedpdcgnkmoaoipbmhdeacciipk
คำอธิบาย Simple Chrome Extension for translating GBF page to Korean
ขนาดไฟล์ 95.53 KB
จำนวนการติดตั้ง 221
เวอร์ชันปัจจุบัน 0.9.24
อัปเดตครั้งล่าสุด 2023-08-12
วันที่เผยแพร่ 2020-06-07
ผู้พัฒนา sidewinderkr
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GBF-Kor-Trans",
    "description": "Simple Chrome Extension for translating GBF page to Korean",
    "version": "0.9.24",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/get_started16.png",
            "32": "images\/get_started32.png",
            "48": "images\/get_started48.png",
            "128": "images\/get_started128.png"
        }
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "clipboardWrite"
    ],
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/game.granbluefantasy.jp\/*",
                "http:\/\/gbf.game.mbga.jp\/*",
                "https:\/\/game.granbluefantasy.jp\/*",
                "https:\/\/gbf.game.mbga.jp\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "data\/*.csv",
        "images\/*.png",
        "images\/*.jpg",
        "data\/*.json"
    ]
}