워프레임 위키 한국어

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

What is 워프레임 위키 한국어?

워프레임 위키 한국어 is a Chrome extension developed by DNEIF, and its main feature is "영문 워프레임 위키 내 일부 텍스트들을 공식 한국어로 변경합니다.".

Extension Screenshots

screenshot
screenshot
screenshot

Download 워프레임 위키 한국어 Extension CRX File

Download 워프레임 위키 한국어 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        워프레임 공식 한국어의 일부 명칭은 원문 영어를 예상하기 힘든경우가 많습니다.
이 탓에 워프레임 팬덤위키(영문)에서 검색 시 영문명을 정확히 모르면 검색하기가 어렵습니다.

해당 확장프로그램은 영문 워프레임 위키 내 일부 텍스트를 공식 한국어로 표기해주며,
위키 검색 시 한국어를 입력하면 공식영어로 자동 변환해줍니다.                    

Extension Basic Information

Name 워프레임 위키 한국어 워프레임 위키 한국어
ID peegddhlbkmekleljblelnbkbipfikcc
Official URL 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
Description 영문 워프레임 위키 내 일부 텍스트들을 공식 한국어로 변경합니다.
File Size 20.33 KB
Installation Count 268
Current Version 1.1.3
Last Updated 2022-01-06
Publish Date 2020-05-20
Rating 5.00/5 Total 1 Ratings
Developer DNEIF
Email [email protected]
Payment Type free
Supported Languages 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\/*"
    ]
}