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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم 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"
    ]
}