Pokemon Japanese->English Translator
Modifying HTML to translate Japanese movesets to English
ما هو Pokemon Japanese->English Translator؟
Pokemon Japanese->English Translator هو إضافة Chrome تم تطويرها بواسطة kkoon، والميزة الرئيسية لها هي "Modifying HTML to translate Japanese movesets to English".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Pokemon Japanese->English Translator
قم بتنزيل ملفات الامتداد Pokemon Japanese->English Translator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A Chrome Extension to allow Japanese Pokemon articles (such as those from http://www.emolgame.jp/) to be translated to English. Extension converts Pokemon name, moveset, item, ability, and nature. Developed for https://vgcwithhats.com/ as part of a service to help English-speaking countries gain insight on the Japanese metagame. Currently working on adding support for Kanji.
معلومات أساسية عن التمديد
الاسم | Pokemon Japanese->English Translator |
ID | eoiflfnninooeknmhjmllkigadljkmic |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/pokemon-japanese-%3Eenglish/eoiflfnninooeknmhjmllkigadljkmic |
الوصف | Modifying HTML to translate Japanese movesets to English |
حجم الملف | 560 KB |
عدد التثبيتات | 85 |
النسخة الحالية | 1.2 |
آخر تحديث | 2018-04-07 |
تاريخ النشر | 2018-04-07 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | kkoon |
نوع الدفع | free |
موقع الإضافة | http://vgcwithhats.com/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pokemon Japanese->English Translator", "version": "1.2", "manifest_version": 2, "description": "Modifying HTML to translate Japanese movesets to English", "icons": { "16": "images\/logo16.png", "32": "images\/logo32.png", "38": "images\/logo38.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "browser_action": { "default_icon": { "16": "images\/logo16.png", "32": "images\/logo32.png", "38": "images\/logo38.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "replace.js" ], "run_at": "document_end" } ] } |