워프레임 위키 한국어
영문 워프레임 위키 내 일부 텍스트들을 공식 한국어로 변경합니다.
Wat is 워프레임 위키 한국어?
워프레임 위키 한국어 is een Chrome-extensie ontwikkeld door DNEIF, en de belangrijkste functie is "영문 워프레임 위키 내 일부 텍스트들을 공식 한국어로 변경합니다.".
Extensie Screenshots
Download het CRX-bestand van de extensie 워프레임 위키 한국어
Download 워프레임 위키 한국어-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
워프레임 공식 한국어의 일부 명칭은 원문 영어를 예상하기 힘든경우가 많습니다. 이 탓에 워프레임 팬덤위키(영문)에서 검색 시 영문명을 정확히 모르면 검색하기가 어렵습니다. 해당 확장프로그램은 영문 워프레임 위키 내 일부 텍스트를 공식 한국어로 표기해주며, 위키 검색 시 한국어를 입력하면 공식영어로 자동 변환해줍니다.
Basisinformatie over de Extensie
Naam | 워프레임 위키 한국어 |
ID | peegddhlbkmekleljblelnbkbipfikcc |
Officiële 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 |
Beschrijving | 영문 워프레임 위키 내 일부 텍스트들을 공식 한국어로 변경합니다. |
Bestandsgrootte | 20.33 KB |
Aantal Installaties | 268 |
Huidige Versie | 1.1.3 |
Laatst Bijgewerkt | 2022-01-06 |
Publicatiedatum | 2020-05-20 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | DNEIF |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |