워프레임 위키 한국어

영문 워프레임 위키 내 일부 텍스트들을 공식 한국어로 변경합니다.

Cos'è 워프레임 위키 한국어?

워프레임 위키 한국어 è un'estensione di Chrome sviluppata da DNEIF, e la sua funzione principale è "영문 워프레임 위키 내 일부 텍스트들을 공식 한국어로 변경합니다.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione 워프레임 위키 한국어

Scarica i file di estensione 워프레임 위키 한국어 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 워프레임 위키 한국어 워프레임 위키 한국어
ID peegddhlbkmekleljblelnbkbipfikcc
URL Ufficiale https://chromewebstore.google.com/detail/%EC%9B%8C%ED%94%84%EB%A0%88%EC%9E%84-%EC%9C%84%ED%82%A4-%ED%95%9C%EA%B5%AD%EC%96%B4/peegddhlbkmekleljblelnbkbipfikcc
Descrizione 영문 워프레임 위키 내 일부 텍스트들을 공식 한국어로 변경합니다.
Dimensione del File 20.33 KB
Conteggio Installazioni 268
Versione Corrente 1.1.3
Ultimo Aggiornamento 2022-01-06
Data di Pubblicazione 2020-05-20
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore DNEIF
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": "\uc6cc\ud504\ub808\uc784 \uc704\ud0a4 \ud55c\uad6d\uc5b4",
    "description": "\uc601\ubb38 \uc6cc\ud504\ub808\uc784 \uc704\ud0a4 \ub0b4 \uc77c\ubd80 \ud14d\uc2a4\ud2b8\ub4e4\uc744 \uacf5\uc2dd \ud55c\uad6d\uc5b4\ub85c \ubcc0\uacbd\ud569\ub2c8\ub2e4.",
    "version": "1.1.3",
    "icons": {
        "128": "ico.png",
        "48": "ico.png",
        "16": "ico.png"
    },
    "browser_action": {
        "default_icon": "ico.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "*.png",
        "*.jpg",
        "*.ico"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/warframe.fandom.com\/*",
                "http:\/\/warframe.fandom.com\/*"
            ],
            "js": [
                "warframeWikiTranslateToKorean.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "https:\/\/warframe.fandom.com\/*",
        "http:\/\/warframe.fandom.com\/*"
    ]
}