GBF-Kor-Trans

Simple Chrome Extension for translating GBF page to Korean

Cos'è GBF-Kor-Trans?

GBF-Kor-Trans è un'estensione di Chrome sviluppata da sidewinderkr, e la sua funzione principale è "Simple Chrome Extension for translating GBF page to Korean".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione GBF-Kor-Trans

Scarica i file di estensione GBF-Kor-Trans in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome GBF-Kor-Trans GBF-Kor-Trans
ID lcadlhedpdcgnkmoaoipbmhdeacciipk
URL Ufficiale https://chromewebstore.google.com/detail/gbf-kor-trans/lcadlhedpdcgnkmoaoipbmhdeacciipk
Descrizione Simple Chrome Extension for translating GBF page to Korean
Dimensione del File 95.53 KB
Conteggio Installazioni 221
Versione Corrente 0.9.24
Ultimo Aggiornamento 2023-08-12
Data di Pubblicazione 2020-06-07
Sviluppatore sidewinderkr
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}